Multiple choice technology programming languages

What are the benefits of ORM and Hibernate?

  1. Productivity

  2. Maintainability

  3. Vendor dependence

  4. Performance

Reveal answer Fill a bubble to check yourself
A,B,D Correct answer
Explanation

ORM frameworks like Hibernate improve productivity by reducing boilerplate code, enhance maintainability through object-oriented design, and can optimize performance through caching and lazy loading. Vendor independence is a benefit - you're not locked to a specific database.