I am getting a little confused, I was reading the below from http://en.wikipedia.org/wiki/Java_Database_Connectivity
Connection conn = DriverManager.getConn
Yes, you need to close the Connection. Otherwise, the database client will typically keep the socket connection and other resources open.