Java Enum in Switch Case Statement Yesterday, someone ask me Can we use Java Enum in Switch case ? Obviously, he was learning Enum and not aware that How powerful Enum in Java is . Yes, You can use Enum in Switch case stateme…
Read more
What is Autoboxing, Generics, Enum and Varargs method in Java 5 Java 5 introduces Autoboxing, Generics, varargs and Enum along with several other features and improvement. It's been few years when Java programming language …
Read more
What is abstract class and interface in Java? The difference between abstract class and interface in Java is one of the tricky Java interview questions and mostly appears in core Java interviews. It has become now even trickie…
Read more