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 new in JDBC 2.0?

574


What does jdbc stand for?

503


How do I insert/update records with some of the columns having NULL value?

511


Which of the attributes in the monitoring tab for a jdbc connection pool in the administrative console tell us how many clients are currently waiting for a connection?

519


How does jdbc connect to database?

475






What is sqlwarning?

552


Is jdbc object oriented?

500


What is serialization and deserialization in java programming?

523


What is while rs next ())?

496


Is jdbc faster than hibernate?

571


What is the most common example type 1 driver?

594


What happens if we don't close the connection in jdbc?

484


RowSetInternal caller and returns void. What can I do in the readData method?

551


How to check jdbc driver version in sql server?

477


How many ways that we can view a result set?

535