What is switchaction?
Answer / Romi Awasthi
SwitchAction is a built-in action in Struts that allows developers to implement conditional logic based on the request parameters. It performs a switch operation and delegates control to the appropriate action depending on the case.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the some useful annotations introduced in struts2?
Explain design patterns which is used in struts?
What is the difference between Jakarta Struts and Apache Struts? Which one is better to use?
What is struts 2 framework in java?
project architechture in java
3 Answers AC, IBM, INDUS, Satyam,
what are the struts tags?
What is http redirect?
what is request processor class ?
Why actionservlet is singleton in struts?
What is the difference between session scope and request scope when saving formbean ?
what are tiles in struts?
Can we write Structs application without using Action Class directly or indirectly(extends Action class)