Java Enumerations || Enum || Java example

Java Enumerations : When ever you need to use a constants in program we need to implement them using enum. Java Enumerations is a special class which contains the constant declarations we require in various scenarios. For example when we want to know the result of a student in examination we require few constants like … Read more

Switch Case || Java example

Java switch case When we have multiple options and based on condition we need to choose one then we can use switch condition. For example when we have 4 options and based on user input we need print a message this is the best scenario to use java switch case condition. We might also use … Read more

Android Room Database || CRUD || Part 2

  Room database For part 1 of room database tutorial visit and for video tutorial visit Android Room Database || CRUD || Part 1   For more info we have seen other local databases before may have a look. Room database provides the easy to use interface using which we can perform all the CRUD … Read more

Show Buttons
Hide Buttons