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 is DML?
What are different types of ResultSet?
What is jdbc and explain jdbc architecture?
How do I start debugging problems related to the JDBC API?
What is difference between jdbc and odbc?
How does jdbc connect to database?
Where jdbc drivermanager class is used?
What is an odbc driver?
What is encrypted connection?
How many categories of jdbc drivers are there?
How can I get information about foreign keys used in a table?
What is data source in java?
Explain some new features available in jdbc 4.0?
What are the different types of statements? How we can you use preparedstatement.
How to know howmuch data is truncated?