In JDBC, All the API?s are interfaces? Where is the actual
implementation?
Answer Posted / rajendra
JDBC accomplishes its goals through a set of Java
interfaces, each implemented differently by individual
vendors. The set of classes that implement the JDBC
interfaces for a particular database engine is called a
JDBC driver. In building a database application, you do not
have to think about the implementation of these underlying
classes at all; the whole point of JDBC is to hide the
specifics of each database and let you worry about just
your application
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
code to insert values/rows into oracle database from a java swing textfield when a button is pressed(using preparedstatements)
What are the different types of resultset?
What is jdbc connection string?
What is the function of setautocommit?
Is jdbc a framework?
What is com mysql jdbc driver?
How can I use the JDBC API to access a desktop database like Microsoft Access over the network?
How to retrieve warnings in jdbc?
How can you make a connection?
What do you understand by jdbc driver and explain its types?
What should be done for auto generating primary key id in a table ?
What is thin driver in jdbc?
Explain about the Try Block?
What is the major difference between java.util.date and java.sql.date data type?
What is benefit of using preparedstatement in java?