All IT and Non IT Interview Questions, MCQs, Online Quiz Questions, Engineering VIVA Questions
Home » Unlabelled » In the Servlet 2.4 specification SingleThreadModel has been deprecated, why? | Java JSP
Friday, 17 February 2012
In the Servlet 2.4 specification SingleThreadModel has been deprecated, why? | Java JSP
Because it is not practical to have such model. Whether you set isThreadSafe to true or false, you should take care of concurrent client requests to the JSP page by synchronizing access to any shared objects defined at the page level.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment