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
Give the details of xml files used in validator framework?
What configuration files are used in struts?
How action mapping is configured in Struts?
Where can I get help with struts?
Explain about logic match tag?
How can forward action be used to restrict a strut application to mvc?
What is the purpose of constant tag in struts.xml?
What is http forward?
What is the purpose of struts.xml in struct2?
What is the purpose of @customvalidator annotation?
What do you mean by dynaactionform?
What are the benefits of Struts framework?
What is dispatch action class?
Why do the struts tags provide for so little formatting?
What are the life cycle methods of interceptor?