In JDBC, All the API?s are interfaces? Where is the actual
implementation?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / dhagej
in case of oracle, classes12.jar provides the implementation
for these interfaces
| Is This Answer Correct ? | 0 Yes | 1 No |
What is two-phase commit in the database?
What is execute(), executeUpdate() and executeQuery() methods?
What is jdbc driver in java?
What are the Isolation level in JDBC transaction?
What are the considerations for deciding on transaction boundaries?
What are the jdbc drivers in java?
What type of drivers are used for web application?
How to get a whole row of data at once?
How to find that, a row is updated or not?
What is the major difference between java.util.date and java.sql.date data type?
signature of init method?
What is JDBC?
3 Answers Akamai Technologies,