adspace


Why do we use orm?

Answer Posted / Rahul

ORM (Object-Relational Mapping) tools like Hibernate are used to simplify the development process by abstracting the complexities of database operations. They allow developers to work with Java objects instead of writing raw SQL, reducing the chances of SQL injection attacks and improving productivity.

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