Google News
logo
Java Hibernates - Interview Questions
What are the different functionalities supported by Hibernate?
* Hibernate is an ORM tool.
* Hibernate uses Hibernate Query Language(HQL) which makes it database-independent.
* It supports auto DDL operations.
* This Java framework also has an Auto Primary Key Generation support.
* Supports cache memory.
* Exception handling is not mandatory in the case of Hibernate.
Advertisement