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?
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.