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
How do we go with database connection and log4j integration in servlet?
What is dispatcher servlet?
How can we invoke another servlet in a different application?
When jsessionid is created?
Which interface must be implemented by all servlets?
Write a hello world program using servlets.
What do you mean by session tracking?
What do you mean by the servlet chaining?
What exactly are the functions of servlet?
What is the functionality of actionservlet and requestprocessor?
How the typical servlet code look like ?
Why do we have servlet listeners?
What are the functions of the servlet container?
What is cookie? Why is cookie used?
Why servlet is mostly used?