What are reasons why you would use an ORM approach?

  1. Application can be isolated from the database and the only connection to it is using the ORM framework and a JDBC driver.

  2. Manageability of a Java application increases.

  3. They perform faster than direct JDBC connections.

  4. ORM supports same level of data access as SQL.

  5. ORM does little to improve developer productivity.


Correct Option: A,B

Find more quizzes: