adspace


Why do you need orm tool like hibernate?

Answer Posted / Ashutosh Kumar

An Object-Relational Mapping (ORM) tool like Hibernate is needed to map Java objects to database tables automatically, reducing the amount of manual coding and improving productivity. ORM tools also provide features such as caching, connection pooling, lazy loading, and exception handling that improve application performance and robustness.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is latest hibernate version?

493