Multiple choice technology web technology

to which component does hibernate maps the java classes?

  1. persistent objects

  2. database tables

  3. only a

  4. both a & b

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

Hibernate ORM (Object-Relational Mapping) maps Java classes to database tables, and Java data types to SQL data types. The mapping allows developers to work with objects in Java while Hibernate handles the underlying database operations.