How exceptions are handled in struts application?
No Answer is Posted For this Question
Be the First to Post Answer
What is life cycle of an interceptor?
What is role of actionservlet?
Can i use constructor in Action Class?If yes how?
List some struts tag libraries?
Name the different types of actions found in struts.
which MVC architecture struts follows and why?
In ActionClass we can use only one action i.e execute(), but in DispatchAction we can use multiple actions.My question is , we can use multiple actions in Action class if(action.equals("add") if(action.equals("update"). Then when to use Action and DispatchAction which is frequently in webapplications.
What are result types in struts?
What is struts 2 framework in java?
What is MVC?
How can we work with error tags?
What is the design role played by struts?