Answer Posted / abc
Yes. You can use Threading in Servlet by implementing
SingleThreadModel interface.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
If servlet receives multiple requests, how many objects will it create?
How to notify an object in session when session is invalidated or timed-out?
Given the request path below, which are context path, servlet path and path info?
Write a simple servlet program to print the contents of html.
What do you mean by deployment descriptor?
explain the advantages of servlet life cycle?
What is meant by Servlet? What are the parameters of service method?
What is getservletcontext?
What is the difference between context parameter and context attribute?
What do you mean by request dispatcher in servlet?
Explain the jar and war files in servlet?
How do you communicate in between Applets and Servlets?
Can servlet have a constructor ?
Is tomcat a servlet container?
When to use doget() and when dopost()?