in JDBC its the responsibility of developer to create table and do all db operation but in hibernate ,hibernate framework itself handles all db operation.
On 2014-06-06 07:11:35.0
sujata
Correct, Hibernate is an ORM(Object relational mapping) tool where Object oriented java will be mapped to Relational DB using a mapping file written in XML or by writing META DATA using annotation.