What is JDBC Driver interface?
Answer / Pratap Singh Chauhan
"JDBC driver is an implementation of the java.sql.Driver interface, which is responsible for managing database connections and communication."
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the meaning of batch updates?
When you will get error like ?No suitable driver??
How do I receive a ResultSet from a stored procedure?
I have getting problem to calling stored procedure from Mysql through JSP. Please help me.
What are the methods which can verify the cursor particular position?
Does jdbc use ssl?
can we define indexes on a foreign key? Explain pros and cons?
Why would you use setautocommit(false) in jdbc?
What is a jdbc connection pool?
What is the difference between setmaxrows(int) and setfetchsize(int)?
Explain some new features available in jdbc 4.0?
How many locking systems are there in jdbc?