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?

3 Answers   Wipro,


what exactly happens when we execute "Class.forname("Driver class name");"?Explain indetail

10 Answers   Accenture, HP, IBM, Infosys, SAP Labs, SAS, Sasken, Trigent, Wipro,


What is jdbc odbc connection?

0 Answers  


what is CallableStatement and what is its usage?

1 Answers  


What is executeupdate in java?

0 Answers  






State the different connection methods used for creating different types of sql.

0 Answers  


What is resultset in jdbc with example?

0 Answers  


Why prepared statements are faster?

0 Answers  


What happens if connection is not closed in jdbc?

0 Answers  


What is jdbc type?

0 Answers  


What are the utilities of the callablestatement?

0 Answers  


i am user who logined the application..after that another valid user will also logind..so that is it neccessary to create jdbc connection for each and every user...plz explain it with proper answer...plz help me

5 Answers   IBM,


Categories