Duvida questão simulado SCWCD: isThreadSafe

Srs,

true ou false?

Is the following statement true or false. If the isThreadSafe attribute of the page directive is false, then the generated servlet implements the SingleThreadModel interface.

Marquei false mas no simulado diz que é true. Onde eu comi bola?

É… realmente eu me confundi.

Setando isThreadSafe para false “dizemos” para o container que ele precisa “dar um jeito” porque o meu jsp não é thread safe, aí ele faz o JSP implementar SingleThreadModel.

Logo a resposta é true. O simulado esta correto. :lol: