how handle when client send multiple request at atime for
multiple servlets servlets?
Answer Posted / chandra
when client sends multiple requests to servlet instance each
thread will run in its own service
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
How we can configured action mapping in struts?
Explain the core end goal while using java struts?
What is the use of interceptor?
When should be opt for struts framework?
What is the difference between requestaware and servletrequestaware interface?
Which library is provided by struts for form elements like check boxes, text boxes etc?
What are the steps required for setting up validator framework in struts?
Are struts and shocks the same?
How interceptor works in struts 2?
What is used to display the intermediate result in an interceptor?
What is action chaining ?
How can we get Servlet API Request, Response, HttpSession etc Objects in action classes?
Explain about struts?
Can we integrate struts with spring?
How do you find the struts version being used in a project?