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 we use jdbc instead of odbc?
What do you understand by jdbc driver and explain its types?
What are the new features available in jdbc 4.0?
What are the common tasks of JDBC?
If I use the JDBC API, do I have to use ODBC underneath?
What is getconnection method in java?
Which interface handles transaction management in jdbc?
Give a way to check that all result sets have bin accessed and update counts are generated by execute method.
What is jdbc and jdbc drivers?
Expalin the method of calling a stored procedure from jdbc.
What is 2 phase commit?
What is an odbc driver?
What are the different types of lockings in jdbc?
What is statement and preparedstatement in java?
What are the conditions applies to varchar variable, when using in procedures?