What is JDBC and ODBC and what are the differences between
them?
Answer Posted / anita
1.ODBC is for Microsoft and JDBC is for java applications.
2.ODBC can be directly used with Java because it uses a C
interface.
3.ODBC makes use of pointers which have been removed
totally from java.
4.ODBC mixes simple and advanced features together and has
complex options for simple queries,But JDBC is designed to
keep things simple while allowing advanced capabilities
when required.
5. JDBC API is a natural Java Interface and is built on
ODBC. JDBC retains some of the basic feature of ODBC
| Is This Answer Correct ? | 28 Yes | 26 No |
Post New Answer View All Answers
What types of DataSource objects are specified in the Optional Package?
What is url in jdbc connection?
What is the role of the jdbc drivermanager class?
What is statement and resultset in jdbc?
How does jdbc driver work?
What do you mean by batch processing in jdbc?
What class.forname will do while loading drivers of jdbc?
What are 4 drivers available in JDBC? At what situation are four of the drivers used?
How to move the cursor in scrollable resultset ?
What are the different classes through which JDBC represents statements?
Why is jdbc needed?
How many jdbc driver types are there?
Does jpa use jdbc?
Explain the two tier and three tier architecture of jdbc.
How do I load a database driver with JDBC 4.0 / Java 6?