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 jdbc template?
What are the different classes through which JDBC represents statements?
What is a lock in jdbc?
What does the jdbc resultset interface?
What class.forname does, while loading the drivers?
Which package contains jdbc api?
List the advantages of using datasource?
What is jdbc connection class?
Why do we use jdbc?
What is the function of setautocommit?
How can we execute stored procedures?
What class.forname will do while loading drivers of jdbc?
What is DML?
What are types of jdbc drivers?
How to set the attribute concurrency in resultset?