InterviewSolution
Saved Bookmarks
| 1. |
What is hibernate and why it is used? |
|
Answer» It is an ORM DEVELOPED for mapping tool for Java APPLICATION program. It has been used in the development of Java application program as the primary function of Hibernate ORM is mapping the classes to the database TABLES and the types of Java data to SQL data types. Other uses are-
|
|