Hibernate / Hibernate interview questions II
Why hibernate is preferred to use than JDBC for database interaction in various Java applications?
Hibernate provides an Object oriented view of the database by mapping the various classes to the database tables. This facilitates Object oriented thinking rather than relational and hence increases productivity.
More Related questions...