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
What is JDBC Driver interface?
What is ojdbc?
What is a jdbc url?
Where jdbc drivermanager class is used?
What is ojvm used for?
Differentiate between a statement and a preparedstatement.
What is ojdbc14 jar?
Is odbc an api?
In which ways is driver class is registered with drive manager?
Is jdbc secure?
Explain the difference between inner and outer join ?
What are the different types of locking in JDBC?
How to check jdbc driver version in sql server?
How do I connect to jdbc?
How does jdbc connect to database?