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

What is JDBC Driver interface?

768


What is ojdbc?

710


What is a jdbc url?

618


Where jdbc drivermanager class is used?

683


What is ojvm used for?

733


Differentiate between a statement and a preparedstatement.

674


What is ojdbc14 jar?

655


Is odbc an api?

716


In which ways is driver class is registered with drive manager?

705


Is jdbc secure?

681


Explain the difference between inner and outer join ?

695


What are the different types of locking in JDBC?

745


How to check jdbc driver version in sql server?

643


How do I connect to jdbc?

682


How does jdbc connect to database?

630