Answer Posted / shakir khan
servlets can handle multiple requests concurrently and can
syncronize requests.This allows servlet to support systems
such as on line processing.
servlet can forward requests to other servers or servlets.
Thus servlets can be used to balance load among several
servers that mirror the same content and to partition a
single logical service over servers according to task type
or organizational boundaries.
| Is This Answer Correct ? | 34 Yes | 8 No |
Post New Answer View All Answers
Explain the difference between jsp and servlet?
Explain the steps involved in placing a servlet within a package?
Tell the new features added in servletrequest interface i.e. Servlet 2.4
Which java application server is the best?
What are the mechanisms used by a servlet container for maintaining session information?
How do you find out what client machine is making a request to your servlet
How can we upload the file to the server using servlet?
When to use doget() and when dopost()?
How can the session in servlet can be destroyed?
What do you mean by mime type?
What is difference between the HTTP Servlet and Generic Servlet? Explain about their methods and parameters?
How can we invoke another servlet in a different application?
When should you prefer to use doget() over dopost()?
What is the need of servlet filters?
What are the life cycle methods of a servlet?