Archive for sql queries in java

You are browsing the archives of sql queries in java.

JDBC questions

Q. What is JDBC ? what are its advantages ?
A. It is an API .The latest version of jdbc api is (3.0).
The JDBC 3.0 API is divided into two packages:
(1) java.sql and (2) javax.sql.
Both packages are included in the J2SE and J2EE platforms.
Advantage:
The JDBC API can be [...]

Close