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 http servlet in java?
What is Servlets and explain the advantages of Servlet life cycle?
List some life cycle methods of a servlet.
Write a program to show the functionality of doget and dopost method?
What is the dispatcher servlet?
What are the advantages of Servlet over CGI?
What is the major difference between context parameter and context attribute?
What is servletconfig?
Can you use javascript in servlets?
Why servlet is mostly used?
Tell us something about servletconfig interface.
Is servlet synchronized?
What is servlet in tomcat?
How do you create a cookie using servlet?
What are the ways to handle multi-threading in servlets?