Accenture Interview Question

Difference between JDBC and Hibernate

Interview Answer

Anonymous

Oct 28, 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