What is JDBC and ODBC and what are the differences between
them?
Answers were Sorted based on User's Feedback
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 |
What is Type-3 Driver and when this driver is used?
What is difference between java.util.Date and java.sql.Date?
What is encrypted connection?
What is Normalization?
2 Answers Accenture, Atos Origin,
Without using of Class.forName(? ?), how do you connect to db?
What is drivermanager in java?
What is jdbc in dbms?
commit() and rollback() methods are defined in which interface?
Which database is used for java?
Why we use jdbc instead of odbc?
How to check null value in JDBC?
List some new features available in jdbc 4.0?