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 mvc pattern.
What is http servlet in java?
How do you communicate in between Applets and Servlets?
How forward () method is different from send redirect () method?
When a servlet accepts a call from a client, it receives two objects. What are they?
What do you mean by session tracking and also explain its techniques?
What is a generic servlet?
How to get the actual path of servlet in server?
When using servlets to build the HTML, you build a DOCTYPE line, why do you do that?
What is Client-Server Computing?
What is the servlet?
What are the different mode that servlets can be used?
When Servlet is unloaded?
Explain the difference between a web server and a web container?
What is the use of httpservletresponsewrapper?