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
What is the benefit of having jdbcrowset implementation? Why do we need a jdbcrowset like wrapper around resultset?
What types of DataSource objects are specified in the Optional Package?
Why are we using blob datatypes in jdbc?
What do you understand by DDL and DML statements?
How can I get information about foreign keys used in a table?
Why do I have to reaccess the database for Array, Blob, and Clob data?
What does it mean to "materialize" data?
What is an SQL Locator?
How can I write to the log used by DriverManager and JDBC drivers?
What is isolation level? How to set it?
Why do we use jdbc in java?
How you restrict a user to cut and paste from the html page using java programing?
How do I receive a ResultSet from a stored procedure?
What happens if we don't close the connection in jdbc?
What is the difference between client and server database cursors?