After which hibernate version, related entities are initialized lazily?
What are different types of associations in hibernate?
Which type of associated entities are eagerly loaded by default?
Can we disable first level cache? What should one do if we don't want an object to be cached?
What are the restrictions for the entity classes?
What are the different id generating strategies using @generatedvalue annotation?
What are new features introduced with java 8 ?
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 ?