Updated on 2025-03-13 GMT+08:00

Development Process

Application development based on JDBC covers obtaining the driver JAR package and configuring JDK environment, connecting to a database, running SQL statements, processing result sets, and closing the connection. For details, see Figure 1.

Figure 1 Application development process based on JDBC