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
Which is best database for java?
What are the conditions applies to varchar variable, when using in procedures?
Is jdbc a middleware?
How can we maintain the integrity of a database by using jdbc?
How can we store the file in the oracle database?
What is the different between ResultSet and RowSet?
What are JDBC Best Practices?
How do I know which jdbc driver to use?
List the common jdbc exceptions ?
How to connect html page to database using jdbc?
What is ojvm used for?
How can we execute stored procedures using callablestatement?
Explain the locking system in jdbc & its types?
How does jdbc driver work?
Does jdbc use ssl?