Answer Posted / rakesh damera
The JDBC API defines the Java interfaces and classes that
programmers use to connect to databases and send queries. A
JDBC driver implements these interfaces and classes for a
particular DBMS vendor.
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
How can we retrieve the file in the oracle database?
What are the methods which can verify the cursor particular position?
How to know howmuch data is truncated?
What is the use of getGeneratedKeys() method in Statement?
What does the jdbc resultset interface?
I have the choice of manipulating database data using a byte[] or a java.sql.blob. Which has best performance?
How can you load the drivers?
How can I write to the log used by DriverManager and JDBC drivers?
What are the jdbc drivers in java?
Which type of JDBC driver is the fastest one?
What are the advantages of collection pools?
Explain about multiple implementations and drive manager?
Why do we use jdbc statements?
What is sqlwarning?
What is “dirty read” in JDBC? Which isolation level prevents dirty read?