Pular para o conteúdo principal

Questão de Programação — JEE (Java Enterprise Edition) — FCC 2017

ProgramaçãoJEE (Java Enterprise Edition)
Código
fc037999
Banca
FCC
Órgão
TRE-PR
Ano
2017
Nível
Médio
Cargo
Técnico Judiciário - Programação de Sistemas
In Java EE 6, Expression Language supports both immediate and deferred evaluation of expressions. Immediate evaluation means that the expression is evaluated and the result returned as soon as the page is first rendered. Deferred evaluation means that the technology using the expression language can use its own machinery to evaluate the expression sometime later during the page’s lifecycle, whenever it is appropriate to do so.Expressions that are evaluated immediately and the expressions whose evaluation is deferred use, respectively, the syntaxes
  1. A${ } and # { }
  2. B<exp:snapshot> and <exp:defer>
  3. C$EXP{ } and # EXP{ }
  4. D$_jsf{ } and #_jsf { }
  5. E$( ) and # ( )
Revelar gabarito e comentário

GabaritoA — ${ } and # { }

Link permanente: /questoes/fc037999