Which two statements are guaranteed to be true in all cases when comparing the two approaches?

You are designing the persistence layer for your current project and deciding which approach is
best: an ORM-centric implementation or a direct SQL-based implementation. Which two
statements are guaranteed to be true in all cases when comparing the two approaches? (Choose
two.)

You are designing the persistence layer for your current project and deciding which approach is
best: an ORM-centric implementation or a direct SQL-based implementation. Which two
statements are guaranteed to be true in all cases when comparing the two approaches? (Choose
two.)

A.
Persistence frameworks that do NOT subscribe to an open, standardized API are more
difficult to maintain in the long term.

B.
ORM is a better choice than JDBC because it combines ease of development, database
independence/insulation, and tooling support with no runtime overhead.

C.
JDBC is a better choice than ORM, because it combines direct access to the database, a
minimal programming model, the best performance and scalability, and ease of development.

D.
Any decision must consider and address the issues of performance, scalability, ease of
development, and ACID semantics, weighted according to the specific application being
designed.



Leave a Reply 0

Your email address will not be published. Required fields are marked *