to which component does hibernate maps the java classes?
-
persistent objects
-
database tables
-
only a
-
both a & b
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.