What is Single Threaded Model in Servlets? Explain this
with an example?
Answer Posted / sateesh.b
SingleThreadModel is a taged interface i.e. an interface
with out methods.
If any servlet is implimenting singlethreadmodel interface
that servlet is said be thread safe i.e. for each request
to that servlet one new object will be created in the server
| Is This Answer Correct ? | 13 Yes | 5 No |
Post New Answer View All Answers
What are session variable in servlets?
Explain the methods of request dispatcher in servlet?
What is the difference between jsp and servlet life cycle?
What are the two important api's in for servlets?
Explain the different ways for servlet authentication?
Elucidate servlet attributes and its scope?
What is difference between the HTTP Servlet and Generic Servlet? Explain about their methods and parameters?
What are different ways for authentication of servlet?
Describe servlet?
What are the life cycle methods of a servlet?
What is the purpose of requestdispatcher interface?
What's the architecture of a servlet package?
Why HttpServlet class is declared abstract?
Hi frnd can i any one kindly can post for me portlet,hibernate and spring example application and with flow explantion configuration using Jdeveloper.and related links ar tutorials kindly please send me .its urgent for me .thanks in advance...........else can any one send to kondaiah.goddeti@gmail.com
How the JSP file will be executed on the Server side?