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


Please Help Members By Posting Answers For Below Questions

How do I retrieve a whole row of data at once, instead of calling an individual ResultSet.getXXX method for each column?

601


DB2 Universal claims to support JDBC 2.0, But I can only get JDBC 1.0 functionality. What can I do?

592


How to test jdbc connection to sql server?

506


What is jdbc and jdbc drivers?

508


What are the benefits of PreparedStatement over Statement?

532






What is odbc and jdbc?

489


Is odbc an api?

523


What is executequery in java?

498


What is jdbc connection interface?

524


Which jdbc drivers will run your program?

520


Why do I get UnsatisfiedLinkError when I try to use my JDBC driver?

570


Explain some new features available in jdbc 4.0?

615


How can I get or redirect the log used by DriverManager and JDBC drivers?

523


How to make updates to updatable result sets in jdbc?

496


What is the difference between execute, executeQuery, executeUpdate?

531