Multiple choice technology architecture

Many Of the open source use hibernate as :Choose one of the following

  1. Presentation Layer

  2. Application Layer

  3. Network Layer

  4. Persistence Layer

  5. None of the baove

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

Hibernate is an Object-Relational Mapping (ORM) framework that operates at the persistence layer, bridging the gap between Java objects and relational databases. It manages object state, database connectivity, and data persistence, abstracting away direct SQL operations.