Multiple choice technology programming languages

Which of the following does hibernate take care of

  1. mapping java classes to database tables

  2. mapping of java data types to sql data types

  3. data querying and retreival

  4. all the above

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

Hibernate is a comprehensive ORM framework that handles mapping Java classes to database tables, converting Java data types to SQL data types, and providing querying mechanisms like HQL and Criteria API for data retrieval.