Difference between JDBC and Hibernate?
Give one sample based on the variance?
Answer Posted / sugunakarareddy
Hibernate is object relational mapping. which maps the pojos
using xml fiels. to access and create data from hetro
database. in jdbc we will a code for mapping to object model
data to relational database. access data.
jdbc support to sql only but in hibernate have hql is there.
all sql features are support to hql. but hql support
polymohisam query.
hibernate transaction performance is very fast compare jdbc
transcation.
Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What does jdbc stand for?
What are the differences between statement and preparedstatement interface?
Explain how to make updates to the updatable resultsets.
What is database connection pooling? Advantages of using a connection pool?
What is jdbc in dbms?
What does executeupdate return in jdbc?
What is new in JDBC 2.0?
Why should we close database connections in java?
Which interface is responsible for transaction management in jdbc?
What do you understand by DDL and DML statements?
Expalin the method of calling a stored procedure from jdbc.
How MS-Access DB can be accessed over a network, using JDBC API?
What are the functions of the jdbc connection interface?
How to check jdbc connection in linux?
Explain about DSN?