Why hibernate is required?



Why hibernate is required?..

Answer / Pavitra Pratap Singh Deora

Hibernate is required to map Java objects (POJOs) to database tables, and handle database operations such as creating, reading, updating, and deleting records. It provides a powerful object-relational mapping (ORM) solution for the Java platform.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hibernate Interview Questions

What is cascade in hibernate?

1 Answers  


What is difference between hibernate and jdbc?

1 Answers  


What are different types of caches available in hibernate?

1 Answers  


What is hibernate session factory?

1 Answers  


What are best practices to follow with Hibernate framework?

1 Answers  


What is second level cache in hibernate?

1 Answers  


What is difference between save and persist in hibernate?

1 Answers  


Why use hibernate framework?

1 Answers  


What are the two mapping associations used in hibernate?

1 Answers  


What is spring hibernate integration?

1 Answers  


What are the three orm levels?

1 Answers  


What the identified advantages are of hibernate?

1 Answers  


Categories