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
Why is jdbc needed?
How does jdbc connect to database?
How do we load the drivers?
What do you mean by jdbc batch processing and what are the advantages of using jdbc batch processing?
What is meant by jdbc?
How can I use the JDBC API to access a desktop database like Microsoft Access over the network?
What is the limitation of PreparedStatement and how to overcome it?
How to know howmuch data is truncated?
Why jdbc is used in java?
What is a rollback in jdbc?
what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();
What causes the "No suitable driver" error?
Is jdbc and orm?
Explain some new features available in jdbc 4.0?
What is the JDBC syntax for using a literal or variable in a standard Statement?