ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage   interview questions urls   External Links  Contact Us     Login  |  Sign Up                      
Do you have a collection of Interview Questions and interested to share with us!!
Please send that collection to along with your userid / name. ThanQ
Google
 
Categories  >>  Software  >>  Java J2EE  >>  Java Related  >>  JDBC
 
 


 

 
 Core Java interview questions  Core Java Interview Questions
 Advanced Java interview questions  Advanced Java Interview Questions
 Swing interview questions  Swing Interview Questions
 EJB interview questions  EJB Interview Questions
 Servlets interview questions  Servlets Interview Questions
 Struts interview questions  Struts Interview Questions
 JDBC interview questions  JDBC Interview Questions
 JMS interview questions  JMS Interview Questions
 SunOne interview questions  SunOne Interview Questions
 J2EE interview questions  J2EE Interview Questions
 Weblogic interview questions  Weblogic Interview Questions
 Websphere interview questions  Websphere Interview Questions
 Java Networking interview questions  Java Networking Interview Questions
 Java J2EE AllOther interview questions  Java J2EE AllOther Interview Questions
Question
How does JDBC differ from ODBC?
 Question Submitted By :: Guest
I also faced this Question!!     Rank Answer Posted By  
 
  Re: How does JDBC differ from ODBC?
Answer
# 1
ODBC is the industry-standard interface by which database
clients connect to database servers. 

JDBC is a pure Java solution that does not follow the ODBC
standard. 

However, there is a bridge between JDBC and ODBC that allows
JDBC to access databases that support ODBC.
 
Is This Answer Correct ?    0 Yes 0 No
Guest
 
  Re: How does JDBC differ from ODBC?
Answer
# 2
JDBC is the name of the protocol which is used to connect 
to the database whereas ODBC is the mechanism that is used 
to retrieve data from the database....JDBC is called the 
protocol and ODBC the subprotocol...
 
Is This Answer Correct ?    1 Yes 0 No
Chandra Rekha
 
 
 
  Re: How does JDBC differ from ODBC?
Answer
# 3
jdbc is used to connecting the database through the java 
language.but the odbc is common to all the database 
connection.
 
Is This Answer Correct ?    0 Yes 0 No
Khaja.babu
 
  Re: How does JDBC differ from ODBC?
Answer
# 4
JDBC is platform independent whereas ODBC is platform 
dependent.

ODBC is used to connect any type of client with a server.
But JDBC is used to connect only java based clients to a 
server.  Anyway, JDBC requires ODBC for this.
 
Is This Answer Correct ?    1 Yes 0 No
D. Kalaivani Natarajan
 
  Re: How does JDBC differ from ODBC?
Answer
# 5
JDBC technology is an api written in java,where as odbc is a
'c' interface written in c/c++ and cobol languages.
jdbc makes jdbcAPI calls
odbc tranforms jdbcAPI calls to odbc operations,these are 
sent to database server.
 
Is This Answer Correct ?    0 Yes 0 No
Murali
 
  Re: How does JDBC differ from ODBC?
Answer
# 6
ODBC is a layer which is designed to communicate with 
different databases. when we give a command to odbc it 
talks with the specific database in its language we need 
not to worry about the database what we are communicating
Thats why it is called Opend Data Base Connectivity

JDBC is layer and it is having its own API which is having 
the commands to communicate with database. 

when we JDBCODBC Driver, this will take care of sending the 
java commands which can understand by ODBC.
 
Is This Answer Correct ?    0 Yes 0 No
Imtiyaz
 
  Re: How does JDBC differ from ODBC?
Answer
# 7
Hi...
JDBC: It is developed in pure java language.But ODBC 
develop in C/C++ language using pointers,it is a microsoft 
product.
 
Is This Answer Correct ?    0 Yes 0 No
Devarathnam C,kotagudibanda(po
 

 
 
 
Other JDBC Interview Questions
 
  Question Asked @ Answers
 
What is meant by a ResultSet?  3
How the information about db(database) can be retrieved?  3
In JDBC, All the API?s are interfaces? Where is the actual implementation? HCL2
If iam using JDBC API, do I also have to use ODBC?  1
What is the difference between Minus, and Intersect?  1
Can we use the one instance of Statment to execute more than one query ? TCS2
Explain the different ways to register a driver?  2
what does batchUpdate does? HCL1
What is Type-1 Driver and when this driver is used?  3
How many isolation levels are supported in JDBC and what are they?  1
how to retrieve sql exceptions Bosch1
what is metadata and it's use?  2
How do you debug PL/SQL code?  1
What is the use of prepared statement?Ans:used to execute pre compiled statement...so the question is when that precompiled statement will be execute or comiple?................ TCS4
what are the Different types of exceptions in JDBC?  1
How do you know which driver is connected to a database?  2
How to find that, a row is updated or not?  1
Difference between servlet and applet method?  1
What is the difference between triggers and procedures?  1
How transactions are performed using JDBC ?  1
 
For more JDBC Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com