Difference between nested and inner classes ?
Explain static nested classes ?
Difference between predicate, supplier and consumer ?
Which keyword specify that a variable is effectively final ?
Which access specifier can be used with class ?
How can we run a java program without making any object?
What will happen if there is a default method conflict as mentioned above and we have specified the same signature method in the base class instead of overriding in the existing class ?
Explain about anonymous inner classes ?
What one should take care of, while serializing the object?
When do you get classcastexception?
Explain method local inner classes ?
Difference between object instantiation and construction ?
Difference between this() and super() ?
What are different ways of object creation in java ?
How can we create objects if we make the constructor private ?