Java and
Database Connectivity |
Importing the Package
import java.sql.*;
- The name of the JDBC package is java.sql
-
It's usually simplest to import everything from it
- Every class that makes use of JDBC stuff must include
this import statement.
give me
feedback on this page // show previous
feedback on this page