Does hibernate use jdbc internally?



Does hibernate use jdbc internally?..

Answer / Hemant Gupta

Yes, Hibernate uses JDBC (Java Database Connectivity) internally to interact with databases.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hibernate Interview Questions

What is the difference between load() and get() method in hibernate?

1 Answers  


What does session evict () method do in hibernate?

1 Answers  


What is the dirty checking in hibernate?

1 Answers  


What does hibernate show_sql true mean?

1 Answers  


What is an orm tool?

1 Answers  


How to get session object in hibernate?

1 Answers  


How many stages are there in hibernate inheritance?

1 Answers  


Describe the method used to create an hql query and sql query?

1 Answers  


Can we create two sessionfactory in hibernate?

1 Answers  


What is collection mapping in hibernate?

1 Answers  


What are different orm tools?

1 Answers  


What is named sql query in hibernate?

1 Answers  


Categories