posted 19 years ago
Yes, this statement is correct.
If we dont implement SingleThreadModel, then there will be only one instance of the servlet which will serve all the request.
If we implement SingleThreadModel, and we have to server 5 request simultaneously, only then we can do the configuration of creation of more than one instance of the servlet.
Kapil Munjal
SCJP 1.4, SCWCD 1.4