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
How many rowset are available in jdbc?
How can we execute stored procedures?
What is while rs next ())?
What is jdbc and its advantages?
What does executequery return in java?
Explain about the Try Block?
How can we store the file in the oracle database?
What is in term of jdbc a datasource?
Explain the difference between rowset vs. Resultset in jdbc?
What is represented by the connection object?
What are different parts of a url?
What is metadata in programming?
Why do we use jdbc statements?
How we can you use preparedstatement.
Why do you use a data source object for a connection?