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 / ranjith
Type-4 driver. i.e,
Oracle JDBC Driver
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Does jdbc require oracle client?
Which of the attributes in the monitoring tab for a jdbc connection pool in the administrative console tell us how many clients are currently waiting for a connection?
Does jdbc use odbc?
What are the three basic components of the odbc architecture?
How do I load a database driver with JDBC 4.0 / Java 6?
How we can you use preparedstatement.
Define preparedstatement.
Name different methods for getting streams.
What is JDBC Savepoint? How to use it?
code to insert values/rows into oracle database from a java swing textfield when a button is pressed(using preparedstatements)
Give steps to connect to the db using jdbc?
What does executequery return in java?
Can resultset be null in java?
Which jdbc driver type s is are the jdbc odbc bridge?
What are the advantages of using preparedstatement over statement?