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
How does struts work?
What is the use of execAndWait interceptor?
What is token used for?
Which configuration file is used for storing jsp configuration information in struts?
How you will enable front-end validation based on the xml in validation.xml?
What is the purpose of @results annotation?
What are the two different types of validations that the validator framework supports?
How action-mapping tag is used for request forwarding in struts configuration file?
What are the pros of struts 2?
What is the use of lookupdispatchaction?
What is the use of jsonvalidation?
What are the various struts tag libraries?
What is strut web xml?
What is interceptor? And life cycle methods of interceptor?
Are struts and shocks the same?