What is Single Threaded Model in Servlets? Explain this
with an example?
Answer Posted / balu
But see when a servlet implements singleThreadModel, as the
singleThreadModel is marker how come the servlet comes to
know that servlet is threadsafe?...
| Is This Answer Correct ? | 4 Yes | 10 No |
Post New Answer View All Answers
What is the purpose of inter-servlet communication?
What is servlet lazy loading?
What are the types of Session Tracking ?
What's the advantages using servlets than using cgi?
What is the dispatcher servlet?
What are the drawbacks of cgi?
What are the difference between RMI and Servlets?
Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?
What is servletconfig?
Which method of the httpservletrequest object is used?
What is the purpose of dispatcherservlet properties?
What are the mechanisms used by a servlet container for maintaining session information?
Can we use threads in Servlets?
What is called servlet mapping?
What do you mean by cgi in servlet?