What is JDBC and ODBC and what are the differences between
them?
Answer Posted / pradeep kumar
1. ODBC is procedural oriented and JDBC is object oriented.
2. ODBC is used to provide connection between front-end
(other than JAVA) and back-end (weak database like MS-
ACCESS) and JDBC is used to provide connection between JAVA
and database(oracle,sybase,DB2).
| Is This Answer Correct ? | 66 Yes | 25 No |
Post New Answer View All Answers
Explain the various types of locking system in jdbc?
Can resultset be null in java?
How do I stop nullpointerexception?
What are the different types of lockings in jdbc?
How to make updates to updatable result sets in jdbc?
How can we disable a constraint ?
How to move the cursor in scrollable resultset ?
What is connection data?
What is the latest version of JDBC? What are the new features added in that?
What is jdbc connection class?
What are the flow statements of jdbc?
What is the return type of class.forname() method?
How many jdbc driver types are there?
What is JDBC Driver interface?
What are the differences between statement and preparedstatement interface?