public static void main(String[] arg) throws Exception { DBController db = new DBController(); db.testDriver(); db.getConnection(); }