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 are sessions in servlets?
List the Different types of servlet?
Explain in brief the directory structure of a web application?
Explain servlet events?
What is cookie? Why is cookie used?
What is the difference between forward () and sendredirect () functions in servlet? Explain
Define declaration.
Which is the methods of generated servlet?
Can you refresh servlet in client and server-side automatically?
What are different methods of session management in servlets?
What are the phases of servlet life cycle?
Explain session tracking and its importance?
Why doesn’t a servlet include main()? How does it work?
What is difference between server and servlet?
What’s the use of the servlet wrapper classes??