How many types of action clases are there in stuts and
their uses?
Answer Posted / akbar.nk
There are 9 types of Action Classes in struts, but e use
frequently only 5 types:
1.Action class
2.DispatchAction class
3.LookupDispatchAction class
4.MappingDispatchAction class
5.LocaleAction class
6.ForwardAction class
7.IncludeAction class
8.SwitchAction class
9.DownloadAction class
| Is This Answer Correct ? | 30 Yes | 5 No |
Post New Answer View All Answers
Which class is the Front Controller in Struts2?
What is the different actions available in struts?
How many instances of servlet usually run in a struts application ?
Name some useful annotations introduced in Struts2?
What is the purpose of @doublerangefieldvalidator?
Why use spring, if you are already using struts?
What is action class? What are the types of action class?
What is value stack?
What are struts in java?
What is action chaining ?
How is token generated?
Can we handle exceptions in Struts programmatically?
What is struts and springs in java?
How can link tag’s action attribute be used?
Why struts 1 classes are not thread safe whereas struts 2 classes are thread safe?