Updated on 2023-10-23 GMT+08:00

Closing a Connection

After you complete required data operations in the database, close the database connection.

Call the close method to close the connection, for example, Connection conn = DriverManager.getConnection("url","user","password"); conn.close();