What is difference between hibernate and spring?



What is difference between hibernate and spring?..

Answer / Rajpal Singh

Hibernate and Spring are two separate frameworks, though they can be used together in Java applications. Hibernate is an Object-Relational Mapping (ORM) tool that helps to manage database operations by converting Java objects into tables and vice versa.nSpring Framework, on the other hand, is a comprehensive application development framework for building enterprise-level Java applications. While Spring provides various modules for various functionalities, one of them is Spring Data JPA, which includes Hibernate as one of its options for ORM.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Spring Framework Interview Questions

What is spring ioc in simple words?

1 Answers  


What is @enableautoconfiguration in spring?

1 Answers  


What are the advantages of dependency injection in spring?

1 Answers  


what is zuul in spring boot? : Spring Boot

1 Answers  


What are the new features in spring 5?

1 Answers  


Why is lazy initialized?

1 Answers  


What is @activeprofiles?

1 Answers  


What does spring transactional annotation do?

1 Answers  


What is dependency injection in spring framework?

1 Answers  


What is inversion of control in spring?

1 Answers  


What is a 4 tier architecture?

1 Answers  


What is starter dependency in spring boot? : Spring Boot

1 Answers  


Categories