In JDBC, All the API?s are interfaces? Where is the actual
implementation?
Answer Posted / 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 |
Post New Answer View All Answers
What do you mean by jdbc batch processing and what are the advantages of using jdbc batch processing?
How do I find whether a parameter exists in the request object?
Where is mysql jdbc driver located?
What is the significance of DataBaseMetaData.tableIndexStatistics? How to obtain and use it?
What are the differences between stored procedure and functions?
What is jdbc connection class?
How you restrict a user to cut and paste from the html page using java programing?
What is jdbc and odbc?
Is jdbc secure?
Does JDBC support stored procedures?
What is jdbc and odbc in java?
Explain about Join?
What is 2 phase commit?
Does jpa use jdbc?
What is database deadlock ?