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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Are we allowed to change the transaction isolation property in middle of a transaction?

555


How to implement RMI in Java?

2395


What is abstract schema?

549


What is RMI and what are the services in RMI?

603


If we opened Windows Internet Explorer 4 times, does it starts 4 processes or 4 threads?

1732






What is the difference between a menuitem and a checkboxmenuitem?

576


What is the difference between RMI registry and OS Agent?

623


the same information whether it will connect to the database or it will be used previous information?

562


How database connectivity in XML is achieved?

1763


Are enterprise beans allowed to use thread.sleep()?

640


Explain the different types of memory used by jvm?

602


Explain the advantages and disadvantages of detached objects.

568


What is chat area? Explain.

551


To identify IDL language what mapping mechanism is used?

3409


Can I have an action without a form?

587