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 are four types of JDBC driver?
What do you mean by odbc?
What is JDBC Batch Processing and what are it’s benefits?
What does executequery return in java?
What is a java driver?
Where is ojdbc14 jar located?
What is in term of jdbc a datasource?
What is thin driver in jdbc?
What is resultset?
What are drivers available?
What is odbc and jdbc?
Where can I find ojdbc14 jar file?
What is sqlwarning and discuss the procedure of retrieving warnings?
How does jdbc driver work?
If I use the JDBC API, do I have to use ODBC underneath?