| Share this post! | Vote this! |
|
JDBC provides Java applications with access to most database systems
via SQL. The architecture and API closely resemble Microsoft’s
ODBC. JDBC classes are contained within the java.sql package. There are
few classes and several interfaces. [Download Java Programming with Oracle JDBC]
JDBC is an interface to communicate with a relational database. It treats database tables/rows/columns as Java objects. JDBC driver is an implementation of the JDBC interface. It communicates with a particular database. more...
JDBC is an interface to communicate with a relational database. It treats database tables/rows/columns as Java objects. JDBC driver is an implementation of the JDBC interface. It communicates with a particular database. more...





0 comments:
Post a Comment