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 Request Dispatcher?
Is that servlet is pure java object or not?
how to link html file to sevlet file.one name is textbox,c&c++ is cheakbox,bc&mca is radio button and one submit buttonis ok why in this programme use in servelt file
How do I support both get and post from the same servlet?
What are the ways to handle multi-threading in servlets?
What is servlet instance?
What is the purpose of dispatcherservlet properties?
Explain the servlet filter.
What are the steps involved in placing a servlet within a package?
How can the session in servlet be destroyed?
What are the benefits of using servlet over cgi?
If a servlet is not properly initialized, what exception may be thrown?
Explain the difference between servletconfig and servletcontext in servlet?
When should you prefer to use doget() over dopost()?
Explain the difference between a web server and a web container?