📚 Practice Mode
Java EE 5/6 EJB, JPA & Web Services (Legacy)
Learn at your own pace with hints and detailed explanations
1 / 20
Multiple Choice
Which of the following is NOT true about ORM Frameworks?
- Application can be isolated from the database and the only connection to it is using the ORM framework and a JDBC driver.
- ORM Frameworks reduce development times
- Manageability of application increases
- It is faster than the direct JDBC access.