adspace


Why is orm used?

Answer Posted / Tarun Pal

ORM (Object-Relational Mapping) is used to abstract the underlying database and provide a simpler, more Java-like interface for developers to work with data. ORM tools like Hibernate allow developers to focus on application logic rather than writing low-level SQL queries.

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