Answer Posted / d. kalaivani natarajan
JDBC is platform independent whereas ODBC is platform
dependent.
ODBC is used to connect any type of client with a server.
But JDBC is used to connect only java based clients to a
server. Anyway, JDBC requires ODBC for this.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Give an example for execution of sql statement.
What is the difference between executing, executequery, executeupdate in jdbc?
What is resultsetmetadata?
What are the steps to connect to the database in java?
What is the reason why we need a jdbcrowset like the wrapper around resultset?
Explain some new features available in jdbc 4.0?
What is batch processing and how to perform batch processing in jdbc?
Which is best database for java?
What are devices?
What is ODBC and JDBC? How do you connect the Database?
What is meant by jdbc?
Under what circumstances, that all four drivers are used?
How can we store the file in the oracle database?
What is jdbc odbc in java?
What is jdbc class forname?