Apache Struts Question:
Download Questions PDF

What is SwitchAction?

Answer:

The SwitchAction class provides a means to switch from a resource in one module to another resource in a different module. SwitchAction is useful only if you have multiple modules in your Struts application. The SwitchAction class can be used as is, without extending.

Download Struts Interview Questions And Answers PDF

Previous QuestionNext Question
What is difference between LookupDispatchAction and DispatchAction?What is DynaActionForm?