About this document
JDBC Basics - Java Database Connectivity Steps by anurag is a document available to read on EtoBox.
The document discusses Java Database Connectivity (JDBC) which defines interfaces and classes for connecting Java applications to databases. It provides an overview of the JDBC architecture and drivers. The key steps for establishing a JDBC connection are described, including loading a driver, creating a connection, executing statements using statements objects, and returning result sets. Four types of JDBC drivers are defined - Type 1 JDBC-ODBC bridge drivers, Type 2 native API drivers, Type 3 all-Java net
- Author
- anurag
- Language
- EN