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 are the different types of lockings in jdbc?
Why we use jdbc instead of odbc?
What is thin driver in jdbc?
Is jdbc open source?
Explain the locking system in jdbc?
How can you create jdbc statements?
Why do I get UnsatisfiedLinkError when I try to use my JDBC driver?
Explain in detail about JDBC and its general features?
Can I enable requests to a jdbc connection pool for a database connection to wait until a connection is available?
What are the higher level apis under development on top of jdbc currently?
What does executeupdate return in java?
How does a custom RowSetReader get called from a CachedRowSet?
Describe how the jdbc application works.
What is the use of dialect?
What is resultset in jdbc with example?