Hi friends, In JDBC 4 drivers are there among this which
driver is best and why it is best.Which driver is most
commonly used in web applications.
Answer Posted / rajesh
Type 4 Driver will be the best driver.Because the java
application will directly interacts with database without
middlewares. We want a jar file to connect directly(i.e
mysql connector jar file for mysql,ojdbc.jar to pracle
database).
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Explain about column name and getter method?
How can we store and retrieve images from the database?
What is jdbc connection class?
Differentiate between type_scroll_insensitive and type_scroll_sensitive.
What is jdbc? Describe the steps needed to execute a sql query using jdbc.
What are temp tables ?
What are clob and blob data types in jdbc?
Explain what should be done when a SQL exception is raised?
Explain about DSN?
Which type of driver is unique in jdbc?
How many types of jdbc drivers are there?
How many types of JDBC Drivers are present and what are they?
Why do I have to reaccess the database for Array, Blob, and Clob data?
How do I check in my code whether a maximum limit of database connections have been reached?
What is jdbc url for mysql?