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 are the disadvantages of storing session state in cookies?
What are the different methods involved in the process of session management in servlets?
What mechanisms are used by a Servlet Container to maintain session information?
How many servlet objects are created?
why we should override only no-agrs init() method.
What is the difference between using getSession(true) and getSession(false) methods?
List some life cycle methods of a servlet.
Explain the difference between jsp and servlet?
Which method is called when reference variable is passed in system.net?
What is the life cycle of a servlet?
What are the objects involved when a servlet receives a call from client?
Differentiate between the print writer and servlet output stream?
What are the different types of servlets?
How can we create deadlock situation in servlet?
What is the directory structure of a war file?