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
Why is it called struts?
What is difference between lookupdispatchaction and dispatchaction?
What are action errors and error?
What is role of action class?
What is the difference in using Action interface and ActionSupport class for our action classes, which one you would prefer?
What configurations are stored in struts configuration file ?
How the exceptions are handled in struts?
What is the use of forwardaction?
How many struts config file in a struts application?
What is struts? Explain
What are the core classes of struts?
What is difference between struts1 and struts2?
What is struts in java with example?
What is the use of struts config xml file?
What are the life cycle methods of interceptor?