how handle when client send multiple request at atime for
single servlet

Answer Posted / abdul hameed

Servlets is Dynamically Loaded into the memory only once
then It is handeled by Thread, for each Client there will
be a Thread, and Service method will be called for each
Request, so its meaningles that a client is sending a
single request or multiple request

Is This Answer Correct ?    29 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is struts?

583


What is validate() and reset() functions?

568


What is ognl?

600


What is the purpose of @element?

582


What inbuilt themes are provided by struts2?

591






What are the pros of struts 2?

561


What’s the difference between struts and turbine?

558


Are interceptors thread safe?

570


What does modeldriven interceptor?

591


How can you create your custom interceptor in struts 2?

537


Give an alternative way to protect jsp’s with not much features from direct access.

556


What is the default suffix for Struts2 action URI and how can we change it?

524


What is struts xml?

441


How can we write our own interceptor and map it for action?

573


What is use of i18n interceptor?

540