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
Is jdbc faster than hibernate?
What is serialization and deserialization in java programming?
Jdbc-odbc bridge is multi-threaded or not?
What is jdbc? Describe the steps needed to execute a sql query using jdbc.
Is jdbc a web technology?
What is url in jdbc connection?
What is the latest version of JDBC? What are the new features added in that?
What is an advantage of using the jdbc connection pool?
What are the advantages of collection pools?
What are the different types of resultset?
How many types of statements are there in jdbc?
What is JDBC Connection? Explain steps to get Database connection in a simple java program.
What are the different types of locking in JDBC?
What is transaction processing in jdbc?
What are the differences between statement and preparedstatement interface?