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 causes no suitable driver error?
How do I insert/update records with some of the columns having NULL value?
What are the differences between statement and preparedstatement interface?
What is the major difference between java.util.date and java.sql.date data type?
What are the advantages of using jdbc datasource?
How do I insert an image file (or other raw data) into a database?
Where is ojdbc14 jar located?
How can I know when I reach the last record in a table, since JDBC doesn't provide an EOF method?
How many types of jdbc drivers are available?
Is jdbc a web technology?
any one can explain about policy file rule? when i connect database with applet then ther is no compile time error but the run time error is occureed.i.e access is denied.policy file rule is related to this problem.
Is jdbc a middleware?
What protocol does jdbc use?
Is uri the same as url?
What is meant by dao?