Multiple choice technology programming languages

Identify one of the main component in hibernate architecture

  1. Collection Management

  2. Session Management

  3. Application management

  4. Transaction Management

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

Transaction Management is a core Hibernate component that handles database transaction boundaries (begin, commit, rollback). Hibernate integrates with both JTA and JDBC transaction management to ensure data integrity.