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 a JDBC 2.0 DataSource?

0 Answers  


How many types of JDBC Drivers are present and what are they?

0 Answers  


Compare jdbc and odbc and how is jdbc required in this context.

0 Answers  


is that compulsory to have Primarykey-forignkey for joints (outer inner,equal)

2 Answers   IonIdea,


What is the full form of jdbc?

0 Answers  


Write a program JDBCcode forfetching student database with SQL.

0 Answers  


What are the benefits of PreparedStatement over Statement?

0 Answers  


Why do I have to reaccess the database for Array, Blob, and Clob data?

0 Answers  


What is ojvm used for?

0 Answers  


What is jdbc and why is it required?

0 Answers  


Why is jdbc used?

0 Answers  


What is PreparedStatement?

6 Answers   Infogain, Wipro,


Categories