ID 2502883 Banca NC-UFPR Órgão ITAIPU BINACIONAL Ano 2017 Provas NC-UFPR - 2017 - ITAIPU BINACIONAL - Profissional de Nível Superior Jr - Informática ou Computação – Geoprocessamento Disciplina Programação Assuntos Web Assinale a alternativa que apresenta a tag JSTL que manipula variáveis para uso em uma página. Alternativas <c:var> <c:dim> <c:set> <c:choose> <c:out> Responder Comentários The < c : set > tag is JSTL-friendly version of the setProperty action. The tag is helpful because it evaluates an expression and uses the results to set a value of a JavaBean or a java.util.Map object. Fonte - https://www.tutorialspoint.com/jsp/jstl_core_set_tag.htm