Which Driver is preferable for using JDBC API in Applets?
Answer Posted / kumar
according to my knowledge
it is Type-iv driver that is Java Native protocol driver.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
How can you make the connection using jdbc?
What is the difference between ojdbc6 and ojdbc7?
How do I find jdbc version?
What is in term of jdbc a datasource?
What is the latest version of JDBC? What are the new features added in that?
What are the steps required to execute a query in jdbc?
What is a rollback in jdbc?
What are the common jdbc exceptions?
Why do we use jdbc statements?
What is jdbc url for mysql?
What is the fastest type of JDBC driver?
How do I retrieve a whole row of data at once, instead of calling an individual ResultSet.getXXX method for each column?
What is a merge field?
Is jdbc faster than odbc?
How many ways that we can view a result set?