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
What is the use of interceptor?
What are pull and push mvc architecture and which architecture does struts2 follow?
Why we use struts in java?
Which interceptor is responsible for file upload support?
What is the different actions available in struts?
Describe validate() and reset() methods.
Can we have multiple struts config files in a single web app?
What is dispatch action class?
What configuration changes are required to use resource files in Struts?
How many struts config file can be created in struts?
What is meant by custom tags?
What is struts and springs in java?
How long do struts last?
How to display validation errors on jsp page?
What are the classes used as part of struts framework ?