Which Driver is preferable for using JDBC API in Applets?
Answers were Sorted based on User's Feedback
Answer / kumar
according to my knowledge
it is Type-iv driver that is Java Native protocol driver.
| Is This Answer Correct ? | 7 Yes | 1 No |
What is a jdbc url?
What are the main steps in java to make JDBC connectivity?
What is an advantage of using the jdbc connection pool?
Is it possible to connect to multiple databases? Using single statement can we update or extract data from two or three or many databases?
Which database is used for java?
Which Java and java.sql data types map to my specific database types?
What is metadata in programming?
What is the advantage of namedparameterjdbctemplate?
How to check jdbc connection in java?
Which is better odbc or jdbc?
How can you create jdbc statements?
What do you mean by two phase commits?