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 struts-default package and what are it’s benefits?
What does modeldriven interceptor?
What is the difference between filters and interceptors ?
What do you mean by actionform?
Are struts thread safe?
Which tag is used to declare constants in struts xml?
What is struts framework?
What is the design role played by struts?
What is the purpose of @key?
What is switchaction?
How struts control data flow?
How is the mvc design pattern used in struts framework?
How does struts work?
Explain the components of struts?
What is controller in struts ?