What is the use of Servlets?

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


Please Help Members By Posting Answers For Below Questions

What is http servlet in java?

792


What is Servlets and explain the advantages of Servlet life cycle?

835


List some life cycle methods of a servlet.

805


Write a program to show the functionality of doget and dopost method?

913


What is the dispatcher servlet?

745


What are the advantages of Servlet over CGI?

877


What is the major difference between context parameter and context attribute?

862


What is servletconfig?

778


Can you use javascript in servlets?

834


Why servlet is mostly used?

981


Tell us something about servletconfig interface.

784


Is servlet synchronized?

826


What is servlet in tomcat?

806


How do you create a cookie using servlet?

866


What are the ways to handle multi-threading in servlets?

854