what we can't do in jdbc but can do hibernate?
Answer Posted / mahesh
There is nothing that hibernate can do but JDBC cannot. Basically, JDBC is the bottom layer of hibernate library. It just gives you some advance functions to perform a database operations. But at the ground level its JDBC which is directly interacting with database.
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
Difference between hashmap and hashtable?
Why use POJO when I can use hashmap
what are memory considerations of jsp compares to other web components?
What happens when a thread cannot acquire a lock on an object?
Why is actionform a base class rather than an interface?
What classes of exceptions may be caught by a catch clause?
what is meant by JRMP?
Why use a datasource when you can directly specify a connection details?
Which component handles cluster communication in jboss?
What are the types of scaling?
How a component can be placed on Windows?
What is Remote Server?
Explain ioc concept?
Why are some of the class and element names counter-intuitive?
Which javutil classes and interfaces support event handling?