What is a final class ?
Explain inner classes ?
Can static method access instance variables ?
What are the methods of object class ?
What are different types of inner classes ?
What is stringjoiner ?
Difference between final and effectively final ?
Difference between abstract and concrete class ?
Can we create an object if a class doesn't have any constructor ( not even the default provided by constructor ) ?
Can we access instance variables within static methods ?
What is the use of optional ?
Difference between doublesummarystatistics, intsummarystatistics and longsummarystatistics ?
Difference between final and effectively final ? Why is effectively final even required ?
Similarity and difference between static block and static method ?
Difference between class#getinstance() and new operator ?