What is JDBC and ODBC and what are the differences between
them?

Answers were Sorted based on User's Feedback



What is JDBC and ODBC and what are the differences between them?..

Answer / md imran

#.ODBC stands for Open Database Connectivity.and
JDBC stands for Java Database Connectivity.
#.ODBC basically works like container and JDBC also works like container.
#.ODBC provide us to interface work on Microsoft DBMS.
And JDBC also provide base to work like an interface work on Java.
#.JDBC is to establish a connection with a DB(Database).
ODBC also work similar like JDBC.
#.ODBC and JDBC are an application programming interface(API).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JDBC Interview Questions

What is the latest version of JDBC? What are the new features added in that?

0 Answers  


What is executequery in java?

0 Answers  


How can we set null value in jdbc preparedstatement?

0 Answers  


What is addbatch jdbc?

0 Answers  


How to invoke Oracle Stored Procedure with Database Objects as IN/OUT?

0 Answers  






How to handle when the database crashes while reading the data from the database?

2 Answers   IBM,


Different statements in JDBC?

3 Answers  


What is jdbc thin client in oracle?

0 Answers  


What is jdbc type?

0 Answers  


Why is jdbc needed?

0 Answers  


r u used any design patterns in your project?

3 Answers   Wipro,


Is jdbc a web technology?

0 Answers  


Categories