🎴 Flashcard Mode

Java EE 5/6 EJB, JPA & Web Services (Legacy)

Card1 / 20
Mastered0
Review0
QuestionClick to flip

Which of the following is NOT true about ORM Frameworks?

AnswerClick to flip back
A
It is faster than the direct JDBC access.
💡 Explanation:

ORM frameworks add a layer of abstraction and translation between application code and SQL, which inherently introduces overhead. Direct JDBC access executes raw SQL without this translation layer, making it faster for performance-critical operations.

Change Mode