publicbooleanexecuteSql(Stringsql){try{Class.forName("com.mysql.jdbc.Driver");Connectionconn=DriverManager.getConnection(strur1,"root","");Statementstmt=conn.createStatement();stmt.executeUpdate(sql);System.out.println(&