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
Explain the difference between resultset and rowset in jdbc
How does a custom RowSetReader get called from a CachedRowSet?
Why isn't the java.sql.DriverManager class being found?
When do we get java.sql.SQLException: No suitable driver found?
Explain some new features available in jdbc 4.0?
What is jdbc connection string?
What is JDBC Connection? Explain steps to get Database connection in a simple java program.
How to use JDBC to connect Microsoft Access?
Why hibernate is better than jdbc?
What is the role of jdbc drivermanager class?
What's the benefit for specifying constraints like not null, primary key explicitly instead of specifying it against the column ?
What is jdbc and jpa?
How can I instantiate and load a new CachedRowSet object from a non-JDBC source?
What is JDBC Savepoint? How to use it?
What are different types of ResultSet?