Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what we can't do in jdbc but can do hibernate?

Answers were Sorted based on User's Feedback



what we can't do in jdbc but can do hibernate?..

Answer / 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

what we can't do in jdbc but can do hibernate?..

Answer / dinesh kumar tiwari

There are many thing we can do in hinernate automaticaly by
hibernate tools or seting hibernate properties.some I
giving below:
(1) We can migrate database just change database dielect.
(2)we can used caching
(3)if user do not know ant any SQL languge then they can
use criteria query.
(4)There is one scnerio where SQL query are failed when
want fetch obejct from db but do not know there ID.
Hibernate provide this solution using HSQL .

Is This Answer Correct ?    15 Yes 6 No

what we can't do in jdbc but can do hibernate?..

Answer / veerendra kumar

JDBC is one the technoloogy of JSE module in JAVA,but
HIBERNATE is one of the ORM tool to connect to database,its
internally uses JDBC technology providing some extra
functionalities.
1.------using JDBC to connect any database having
drawbacks,if we want to connect to database
Connection,Statement,ResultSet objects must otherwise we
cant connect here manually programmer created reference objects
-------using hibernate no need to create
Connection,Statement,ResultSet objects hibernate will
create, as aprogrammer just using that objects to connect
database,just configuration file need
2.---------using JDBC we unable to store objets directly in
databases, we need serialization for convertiong text to
object viceversa
------------using Hibernate no need directly we cand store
objects in database
3.-------as a programmer need to close con,st,rs objects in JDBC
---------no need, here Hibernate will take care for closing
con,st,rs objects
4.Comare to Hibernate JDBC is fast because its simple java
program not like big program(cfg,hbm files)

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Advanced Java Interview Questions

Describe activation process?

0 Answers  


what we can't do in jdbc but can do hibernate?

3 Answers   Cap Gemini,


what are design patterns in java?give with example?

2 Answers   HCL, iGate,


What are synchronized methods and synchronized statements?

2 Answers   Adobe,


What are the pros and cons of detached objects?

0 Answers  


What are the sequence of steps to write pub or sub model kind of application?

0 Answers   TCS,


In a multitiered application which tier is the browser in?

3 Answers   Adobe,


Can constructors be synchronized in java?

0 Answers  


What class is used to create Server side object ?

0 Answers  


Define the remote object implementation?

0 Answers  


can a static method be overridden

41 Answers   IBM, SolutionNET,


What is codebase in applet?

2 Answers  


Categories