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 structure of the http response
Why do you use session tracking in httpservlet?
What is difference between get and post method?
Why is http protocol called as a stateless protocol?
When using servlets to build the HTML, you build a DOCTYPE line, why do you do that?
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()?
How servlet is created?
Define the servlet mapping.
What is http servlet in java?
How can we refresh automatically when new data is entered into the database?
What is the use of welcome-file-list?
What is the difference in between the httpservlet and generic servlet?
Explain the difference between get and post method in servlet?
Name the packages that work with servlet?
What are the steps that are involved in using the httpservlet class?