What are the two major components of JDBC?

One implementation interface for database manufacturers, the other implementation interface for application and applet writers.

Showing Answers 1 - 13 of 13 Answers

jagan_n2000

  • Jul 19th, 2007
 

There are two major component that is : 
Core JDBC
JDBC Extention

  Was this answer useful?  Yes

Vasavi

  • Sep 18th, 2007
 

The two major components of JDBC are
1. JDBC API: is a programming interface for database application developers, and
2. JDBC Driver API: is a lower-level programming interface for developers of specific drivers.

JDBC has four major components:
1.The JDBC API
2.The JDBC Driver Manager
3.The JDBC Test Suite
4.The JDBC-ODBC Bridge
      The first two components of JDBC,the JDBC API and the JDBC Driver Manager
manages to connect to the database and then build a java program that utilizes SQL commands to communicate with any RDBMS.On the otherhand,the last two component are used to communicate with ODBC or to test web application in the specialized environment.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions