What is JDBC Driver interface?



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

Post New Answer

More JDBC Interview Questions

What is the meaning of batch updates?

1 Answers  


When you will get error like ?No suitable driver??

2 Answers  


How do I receive a ResultSet from a stored procedure?

1 Answers  


I have getting problem to calling stored procedure from Mysql through JSP. Please help me.

1 Answers  


What are the methods which can verify the cursor particular position?

1 Answers  


Does jdbc use ssl?

1 Answers  


can we define indexes on a foreign key? Explain pros and cons?

1 Answers  


Why would you use setautocommit(false) in jdbc?

1 Answers  


What is a jdbc connection pool?

1 Answers  


What is the difference between setmaxrows(int) and setfetchsize(int)?

1 Answers  


Explain some new features available in jdbc 4.0?

1 Answers  


How many locking systems are there in jdbc?

1 Answers  


Categories