Difference between JDBC and Hibernate?
Give one sample based on the variance?

Answer Posted / kalyan

JDBC stands for Java Database Connectivity allows
developers to connect, query and update a database using
the Structured Query Language. JDBC API standard provides
Java developers to interact with different RDBMS and access
table data through Java application without learning RDBMS
details and using Database Specific JDBC Drivers.

Hibernate is an Object-Relational Mapping (ORM) solution
for JAVA. It is a powerful, high performance
object/relational persistence and query service. It allows
us to develop persistent classes following object-oriented
idiom – including association, inheritance and polymorphism.

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Where is ojdbc14 jar located?

504


What are the common jdbc exceptions?

522


What is device controller?

526


How do you insert images into database using jdbc?

569


Why jdbc is used in java?

487






What is a statement in java?

515


What are the different classes through which JDBC represents statements?

513


What is the use of statement in jdbc?

471


What do you mean by odbc?

551


What is odbc jdbc?

539


What is jdbc in java?

493


What are different types of JDBC Drivers?

536


What is jdbc explain?

498


What does jdbc setmaxrows method do?

519


Is it possible to connect to multiple databases? Using single statement can we update or extract data from two or three or many databases?

591