Accenture interview question

Difference between JDBC and Hibernate

Interview Answer

Anonymous

28 Oct 2014

JDBC is a clumsy java approach for db talks while hibernate being one of the leading ORM tool needs data defined on entity class only to do the DB talk

1