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

What are the differences between resultset and rowset?

535


How do I check in my code whether a maximum limit of database connections have been reached?

591


How a database driver can be loaded with jdbc 4.0 / java 6?

503


What is jdbc dialect?

515


How you restrict a user to cut and paste from the html page using java programing?

489






What is statement and resultset in jdbc?

506


How can I get information about foreign keys used in a table?

540


What is jdbc architecture in java?

483


What are types of jdbc drivers?

536


Why do we need a jdbcrowset like wrapper around resultset?

783


Is it possible to connect to multiple databases? Using single statement can we update or extract data from two or three or many databases?

599


What is jdbc architecture?

527


What is meant by jdbc and odbc?

496


What protocol does jdbc use?

525


I have the choice of manipulating database data using a byte[] or a java.sql.blob. Which has best performance?

491