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 Type-3 Driver and when this driver is used?

3 Answers   Wipro,


What is difference between java.util.Date and java.sql.Date?

0 Answers  


What is encrypted connection?

0 Answers  


What is Normalization?

2 Answers   Accenture, Atos Origin,


Without using of Class.forName(? ?), how do you connect to db?

3 Answers   IBM,






What is drivermanager in java?

0 Answers  


What is jdbc in dbms?

0 Answers  


commit() and rollback() methods are defined in which interface?

5 Answers  


Which database is used for java?

0 Answers  


Why we use jdbc instead of odbc?

0 Answers  


How to check null value in JDBC?

1 Answers   CTS,


List some new features available in jdbc 4.0?

0 Answers  


Categories