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
Which is better jpa or jdbc?
What is odbc and jdbc drivers?
What does executequery return in java?
What is the function of drivermanager class?
What is the role of the jdbc drivermanager class?
Can I set up a connection pool with multiple user IDs? The single ID we are forced to use causes problems when debugging the DBMS.
explain about special characters?
What types of DataSource objects are specified in the Optional Package?
Why do you use a data source object for a connection?
Is jdbctemplate thread safe?
What is JDBC API and when do we use it?
Describe odbc?
What is jdbc and explain jdbc architecture?
What are the steps required to execute a query in jdbc?
Is odbc an api?