In JDBC, All the API?s are interfaces? Where is the actual
implementation?

Answers were Sorted based on User's Feedback



In JDBC, All the API?s are interfaces? Where is the actual implementation?..

Answer / naveen

yes,sun is given implimentation part to driver
vendors,programer no need to known this code.

Is This Answer Correct ?    3 Yes 0 No

In JDBC, All the API?s are interfaces? Where is the actual implementation?..

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

In JDBC, All the API?s are interfaces? Where is the actual implementation?..

Answer / dhagej

in case of oracle, classes12.jar provides the implementation
for these interfaces

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More JDBC Interview Questions

What is jdbc driver in java?

0 Answers  


How to know howmuch data is truncated?

0 Answers   Mastek,


How can you load the drivers in jdbc?

1 Answers  


How to check jdbc driver version in sql server?

0 Answers  


How can we execute stored procedures using callablestatement?

0 Answers  






In which ways is driver class is registered with drive manager?

0 Answers  


Write an sql to find all records having all upper case alphanumeric characters in a field ?

0 Answers  


How do I connect to jdbc?

0 Answers  


What is the role of class.forname while loading drivers?

0 Answers  


Explain about the Try Block?

0 Answers  


What is jdbc servlet?

0 Answers  


how we can remove hard code in java?

1 Answers   Satyam,


Categories