linea 2 ResultSet foros = sql.executeQuery("select * from foros"); linea 8 ResultSet posts = sql.executeQuery("select * from posts where foro='"+foros.getObject("id")+"'");