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
Which class of struts is responsible to converts data types from string and vice versa?
What is the difference between plain-validator and field-validator?
What is actioncontext?
What do struts do?
What does execandwait interceptor?
What does params interceptor?
What is the actionform?
What is the difference between validation.xml and validator-rules.xml files in struts validation framework?
Difference between html tags and struts specific html tags
When do I need “struts.jar” on my classpath?
What is the purpose of @typeconversion annotation annotation?
Explain the life cycle of a request in struct2 application?
What is difference between struts1 and struts2?
What is the purpose of @emailvalidator annotation?
Is Struts Framework part of J2EE?