safe « Variable « JSP-Servlet Q&A





1. thread safe variables    coderanch.com

Originally posted by Mary O'yang: How come? Paul, do you mind giving me more explaination on your answer? Does page's isThreadSafe attribute have anything to do with those variables? Thanks a lot. Mary. Mary, The isThreadSafe directive does affect these variables. It's usually implemented in the generated servlet code with the "SingleThreadedModel" which has been deprecated. The JSP Spec (JSP.1-8) advises ...