Sr.Java Web Developer Question:
Download Questions PDF

Tell us what is Hibernate Framework?

Answer:

Object-relational mapping or ORM is the programming technique to map application domain model objects to the relational database tables. Hibernate is java based ORM tool that provides framework for mapping application domain objects to the relational database tables and vice versa.

Hibernate provides reference implementation of Java Persistence API, that makes it a great choice as ORM tool with benefits of loose coupling. We can use Hibernate persistence API for CRUD operations. Hibernate framework provide option to map plain old java objects to traditional database tables with the use of JPA annotations as well as XML based configuration.

Similarly hibernate configurations are flexible and can be done from XML configuration file as well as programmatically.

Download Sr.Java Web Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Please explain what is the difference between execute, executeQuery, executeUpdate?Tell me what are the different tags provided in JSTL?