How to make servlet thread safe?
Answer Posted / nagababu
implementing SingleThreadModel. If a Servlet class provides
implementation of SingleThread model interface, the web
container creates multiple objects.
| Is This Answer Correct ? | 12 Yes | 7 No |
Post New Answer View All Answers
Explain the differences between jsp and servlet.
What is the difference between forward () and sendredirect () functions in servlet? Explain
How can we implement a jsp page?
What are the mechanisms used by a servlet container for maintaining session information?
What is servlet container. how it works?
What is servlet initializer?
If some new data has entered the database, explain how can a servlet refresh automatically?
Write a hello world program using servlets.
What is setattribute in servlet?
Which method is called when reference variable is passed in system.net?
Write a program to show the functionality of doget and dopost method?
What is called servlet mapping?
What are common tasks performed by Servlet Container?
Which HTTP method is non-idempotent?
Why servlet is faster than jsp?