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
Why do I get UnsatisfiedLinkError when I try to use my JDBC driver?
Name the types of jdbc drivers.
What are the different types of interfaces in the api component?
What is connection commit?
Is uri the same as url?
RowSetInternal caller and returns void. What can I do in the readData method?
In which ways is driver class is registered with drive manager?
How many rowset are available in jdbc?
How do I check in my code whether a maximum limit of database connections have been reached?
What is the jdbc rowset?
What is a jdbc url?
What are the benefits of PreparedStatement over Statement?
What is difference between odbc and jdbc?
How to move the cursor in scrollable resultset ?
Why do you use a data source object for a connection?