What is a java driver?



What is a java driver?..

Answer / Abhinav Kodesia

A Java Driver is a library that allows Java applications to communicate with a database. The JDBC API provides several drivers such as JDBC-ODBC Bridge Driver, Native-API Driver, and Network Protocol Driver.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JDBC Interview Questions

What causes no suitable driver error?

1 Answers  


Is not bound in this context unable to find jdbc spring boot?

1 Answers  


Explain the necessary steps to connect to the database in java?

1 Answers  


wahts is mean by primary key and unique key?

7 Answers   Wipro,


What is jdbc class forname?

1 Answers  


How do I disallow NULL values in a table?

1 Answers  


What are the differences between resultset and rowset?

1 Answers  


How many rowset are available in jdbc?

1 Answers  


what is CallableStatement and what is its usage?

1 Answers  


What is jdbc driver?

1 Answers  


What is jdbc thin client?

1 Answers  


When does the result for an sql statement return null?

1 Answers  


Categories