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 in term of jdbc a datasource?

487


What is a java driver?

508


How can you know about drivers and database information ?

561


Explain the locking system in jdbc & its types?

512


Explain the main method?

576






please tell me the name and url path for type-4 driver ?

2493


How can you load the drivers?

560


What are the packages are used in jdbc?

583


Explain the importance of drivermanager.

723


What is jdbc connection?

660


How do you insert images into database using jdbc?

576


How do I receive a ResultSet from a stored procedure?

531


Why hibernate is better than jdbc?

510


What are the conditions applies to varchar variable, when using in procedures?

1626


Is not bound in this context unable to find jdbc spring boot?

501