DEVFYI - Developer Resource - FYI

What is Java Database Connectivity (JDBC)

J2SE Interview Questions and Answers


(Continued from previous question...)

117.What is Java Database Connectivity (JDBC)

An industry standard for database-independent connectivity between the Java platform and a wide range of databases. The JDBC provides a call-level API for SQL-based database access.

(Continued on next question...)

Other Interview Questions