Difference between JDBC and Hibernate?
Give one sample based on the variance?
Answer Posted / mkj
1. hibernate is ORM wich maps POJO using xml
file to access and create data form hatro database.
but in jdbc developers has to write code to map
object model data to rdbms and it access.
2. jdbc using SQL to access database developer has to
effective way to access the database.but hibernate
provides HQL wich powerful and includes all feature
of SQL and supports ploymorphic query.
3. Hibernate data transaction is fast due to work is
perform due container mean its xml file mostly but
JDBC has slow transaction.
Is This Answer Correct ? | 45 Yes | 10 No |
Post New Answer View All Answers
What is JDBC PreparedStatement?
What is jdbc vs odbc?
Name different methods for getting streams.
How to set the attribute concurrency in resultset?
Where is jdbc url mysql?
What is sqlwarning and discuss the procedure of retrieving warnings?
Does the database server have to be running Java or have Java support in order for my remote JDBC client app to access the database?
What is the difference between jdbc and odbc?
Explain some new features available in jdbc 4.0?
What is an advantage of using the jdbc connection pool?
Where is ojdbc14 jar located?
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?
What is the purpose of the jdbc resultset interface?
What do you understand by jdbc driver and explain its types?
What is an encrypted internet connection?