Multiple choice technology architecture

Which of the following is true when hibernate is using?

  1. Minimize LOC

  2. Structural mapping more robust

  3. Powerful queries

  4. Code can be run and/or tested inside the "Container"?

  5. All the above

  6. Only option 1, 2 and 3 is correct

Reveal answer Fill a bubble to check yourself
F Correct answer
Explanation

Hibernate reduces lines of code through ORM automation, provides robust structural mapping between objects and tables, supports powerful HQL and Criteria queries, and enables testing within containers. However, container-agnostic testing is not exclusive to Hibernate. The answer correctly identifies options 1, 2, and 3 as Hibernate-specific benefits.