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 common tasks of JDBC?

1049


What is the meaning of connection?

1022


What causes no suitable driver error?

1017


Explain about column name and getter method?

1133


What are the common jdbc exceptions?

998


What is metadata in programming?

1063


What is the query used to display all tables names in SQL Server (Query analyzer)?

1116


Does jdbc use odbc?

1080


What are the different classes through which JDBC represents statements?

976


Write an sql to find all records having all numeric characters in a field ?

1030


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

984


What is the full form of jdbc and what is its purpose?

1055


What are different parts of a url?

1053


How to rollback a JDBC transaction?

1146


What is jdbc drivers in java?

972