Which is faster set or list in java?
Explain about the dynamic behavior of core java?
System.out.println("somestring"); It will create any object or not
List the different types of classloaders in java.
7) Suppose there is Student class like class student { int age; string name; } We want to store these objects in a HashMap. Do we need to override any methods in Student class? If any which ones and why? what if i just override equals or just hashcode? what will be the results in both the cases?
What is the final blank variable?
why abstract class will have a constructor?
What is bytecode verifier?
What are latest features introduced with java 8?
What do you understand by the term singleton?
Explain about static imports in java?
Difference between this() and super() in java ?
What is a double?