Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Describe odbc?

0 Answers  


How do you debug PL/SQL code?

1 Answers  


What is hbm xml?

0 Answers  


What is 2-tier and 3-tier architecture?

1 Answers   TCS,


What is jdbc and why is it required?

0 Answers  


How are jdbc statements used?

0 Answers  


How to invoke Oracle Stored Procedure with Database Objects as IN/OUT?

0 Answers  


What is metadata in programming?

0 Answers  


What are the types of statements in jdbc?

0 Answers  


What is jdbc type?

0 Answers  


What are the common JDBC problems that you got and how do you solved them?

0 Answers   Wipro,


What are the advantages of using jdbc datasource?

0 Answers  


Categories