how handle when client send multiple request at atime for
multiple servlets servlets?
Answer Posted / susan
If th question based MVC-Struts,then to handle multiple
request we can use dispatch action
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
What is the purpose of @action annotation?
Where can I get a copy of struts?
Name some of the features of struts2?
What is the differences between struts1 and struts2?
What is a custom tag?
What is form bean in struts?
Can you explain the directory structure for a struts folder in brief ?
What is the use of namespace in action mapping in Struts2?
How to get data from the velocity page in a action class?
What is interceptor? And life cycle methods of interceptor?
Is struts mvc framework?
What are the reasons for an error message not being displayed while developing struts application?
In which order struts framework searches for a message bundle?
What are the core components of a struct2 based application?
State the procedure for using forward attribute of link tag’s.