Name few java 8 annotations ?
Name few "optional" classes introduced with java 8 ?
What are the changes in java.io in java 8 ?
Name few java util classes introduced with java 8 ?
Name few java.lang classes introduced with java 8 ?
Does java allow overriding static methods ?
What is the benefit of inner / nested classes ?
What are the common uses of "this" keyword in java ?
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 ?