What is JDBC and ODBC and what are the differences between
them?
Answer Posted / manjesh
ODBC is open database connectivity. The goal of ODBC is to
make it possible to access any data from any application,
regardless of which database management system (DBMS) is
handling the data so it is language independent
JDBC is Java Database Connectivity. It enables java programs
to execute sql statements. JDBC makes it possible to write a
single database application that can run on different
platforms and interact with different DBMS. JDBC is language
dependent i.e it is used only to make connectivity with
java.
.*ODBC is language -independent&JDBC is language-dependent.
| Is This Answer Correct ? | 37 Yes | 12 No |
Post New Answer View All Answers
What are the measures to connect to the db using jdbc?
Prepared statements are faster. Why?
What is the difference between ojdbc6 and ojdbc7?
What is database deadlock ? How can we avoid them?
Does jdbctemplate use prepared statements?
What is the role of the jdbc drivermanager class?
What is jdbc connection string?
What does jdbc do?
What is sqlwarning and discuss the procedure of retrieving warnings?
Discuss the procedure of retrieving warnings?
Explain the life cycle of jdbc.
What is xe in oracle jdbc url?
What are the main steps in java to make JDBC connectivity?
What is a rollback in jdbc?
What are the flow statements of jdbc?