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 are the advantages of spring mvc over struts mvc?
What are the loop holes of struts?
Explain struts.devmode?
How can duplicate form submission be handled in struts 2?
What is the purpose of plug-in tag in struct-config.xml?
What is ValueStack and OGNL?
how to connect from struts to database through hibernet and where u can modify the class
What are the some useful annotations introduced in struts2?
What is the purpose of dispatcher result type?
What is the procedure of operation of a form tag?
How can we group related actions in one group in Struts?
What are pull and push mvc architecture and which architecture does struts2 follow?
How nested beans can be used in Struts applications?
How does struts work?
Can we handle exceptions in Struts programmatically?