Interviewer And Interviewee Guide

Java JSP Programming Interview Question:

In the Servlet 2.4 specification SingleThreadModel has been deprecated, why?

Submitted by: Administrator
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.
Submitted by: Administrator

Read Online Java JSP Programming Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.