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...

Difference between JDBC and Hibernate?
Give one sample based on the variance?

Answer Posted / kalyan

JDBC stands for Java Database Connectivity allows
developers to connect, query and update a database using
the Structured Query Language. JDBC API standard provides
Java developers to interact with different RDBMS and access
table data through Java application without learning RDBMS
details and using Database Specific JDBC Drivers.

Hibernate is an Object-Relational Mapping (ORM) solution
for JAVA. It is a powerful, high performance
object/relational persistence and query service. It allows
us to develop persistent classes following object-oriented
idiom – including association, inheritance and polymorphism.

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the steps to connect to a database in java?

882


What is the role of the jdbc drivermanager class?

881


Is it possible to connect to multiple databases? Using single statement can we update or extract data from two or three or many databases?

1022


Why did my jdbc code throw a rollback sqlexception?

853


Explain the two tier and three tier architecture of jdbc.

842


What is the return type of class.forname() method?

905


What is resultsetmetadata?

835


What are the main steps in java to make JDBC connectivity?

963


What is jdbc url for mysql?

983


In which ways is driver class is registered with drive manager?

876


What is the role of class.forname while loading drivers?

939


List some new features available in jdbc 4.0?

867


What are the types of statements in jdbc?

916


What is the difference between client and server database cursors?

1089


What packages are used by jdbc?

902