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
Is oracle client required for jdbc connection?
What is the JDBC syntax for using a literal or variable in a standard Statement?
Why do we need jdbc driver?
What is jndi lookup?
Differentiate between a statement and a preparedstatement.
What is the difference between executing, executequery, executeupdate in jdbc?
What is JDBC Driver interface?
What is jdbc oracle thin?
Explain the process of creating tables using NetBeans IDE?
Is jdbc a protocol?
I have the choice of manipulating database data using a byte[] or a java.sql.blob. Which has best performance?
Is it possible to connect to multiple databases simultaneously? Using single statement can one update or extract data from multiple databases?
Is odbc an api?
What does the jdbc databasemetadata interface?
What is a merge field?