Why do we need orm?



Why do we need orm?..

Answer / Amaresh Kumar

We need ORM because it simplifies the process of working with databases, making application development faster and easier. ORMs allow developers to interact with databases using Java objects instead of SQL queries, reducing code complexity and database errors.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hibernate Interview Questions

Why do we use criteria in hibernate?

1 Answers  


Is hibernate a tool or framework?

1 Answers  


How to get single record from database using hibernate?

1 Answers  


What is the file extension used for hibernate mapping file?

1 Answers  


What is the difference between jpql and hql?

1 Answers  


What is many-to-many association in hibernate?

1 Answers  


Is hibernate free?

1 Answers  


What is unidirectional mapping in hibernate?

1 Answers  


What is hql in hibernate?

1 Answers  


How to create foreign key in hibernate annotation?

1 Answers  


How to convert hibernate query to sql query?

1 Answers  


What are the hibernate properties?

1 Answers  


Categories