Thursday, July 10, 2008

JDBC - Java Database Connectivity Tutorials

http://www.roseindia.net/jdbc/jdbc.shtml

JDBC is an API (application programming interface) specification developed by Sun Microsystems that defines a uniform interface for accessing various relational databases. JDBC is a core part of the Java platform and is included in the standard JDK distribution.

JDBC is consists of four Components: The JDBC API, JDBC Driver Manager, The JDBC Test Suite and JDBC-ODBC Bridge.

No comments: