Class.forName("org.postgresql.Driver").newInstance (); con = DriverManager.getConnection("jdbc:postgresql://172.16.0.13/boys","postgres","");