In JDBC, All the API?s are interfaces? Where is the actual
implementation?
Answer Posted / dhagej
in case of oracle, classes12.jar provides the implementation
for these interfaces
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Compare jdbc and odbc and how is jdbc required in this context.
What is database connection pooling? Advantages of using a connection pool?
How vendor Naming registry supports JNDI?
Which package contains jdbc api?
What is jdbc connection?
Why hibernate is better than jdbc?
What is jdbc? Describe the steps needed to execute a sql query using jdbc.
Why do you use a data source object for a connection?
What is the use of callablestatement? Name the method, which is used to prepare a callablestatement.
What is savepoint in jdbc?
What is a jdbc driver and how many jdbc drivers are available?
What is difference between java.util.Date and java.sql.Date?
How does a file store compare with a jdbc store?
What is the meaning of connection?
What happens if connection is not closed in jdbc?