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
what is the different between a servlet and a cgi? Why do you go for servlet rather than cgi?
Describe the phases of servlet lifecycle?
Explain the working of service() method of a servlet.
What is servlet and its types?
Which http method is said to be non-idempotent and idempotent?
Explain the difference between get and post method in servlet?
What do you mean by deployment descriptor?
What do you mean by session tracking and also explain its techniques?
Explain load on start-up and its importance?
What do you mean by httpservlet and how it is different from the genericservlet?
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
How do I support both get and post from the same servlet?
What is session tracking?
Is dispatcher servlet a singleton?
What is servlet and its life cycle?