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 jdbc servlet?
What protocol does jdbc use?
What is the different between ResultSet and RowSet?
Explain different types of locks in jdbc?
How do I know which jdbc driver to use?
How we say that PreparedStatment is Precompiled? where it will be compiled?
What is JDBC Batch Processing and what are it’s benefits?
What are 4 drivers available in JDBC? At what situation are four of the drivers used?
Is jdbc faster than odbc?
what happens if connection is not closed?
what does the method Class.forName returns?
What are common JDBC Exceptions?