What is the main use of generics in java?
Why Static variable required in java?For ex,class A { static int a; int b; } Why static is required?
Which class is the immediate superclass of the Container class?
What is an enumeration class?
why use interface? if interface declear a method implement in class. why direct implement method in class
What is difference between static and abstract class?
write a simple program inheritance?
What is the difference between constructor and method?
What is type casting?
Explain the difference between intermediate and terminal operations in java8?
Difference between JVM and JRE?
Can a method inside a interface be declared as final?
What are the java ide’s?