DEVFYI - Developer Resource - FYI

What is JDBC?

JDBC Interview Questions and Answers


What is JDBC?

JDBC may stand for Java Database Connectivity. It is also a trade mark. JDBC is a layer of abstraction that allows users to choose between databases. It allows you to change to a different database engine and to write to a single API. JDBC allows you to write database applications in Java without having to concern yourself with the underlying details of a particular database.

(Continued on next question...)

Other Interview Questions