What is http forward?
No Answer is Posted For this Question
Be the First to Post Answer
What are the Core classes of Struts Framework?
Will the struts tags support other markup languages such as wml ?
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.
explain method overridding method overloding with examples?
How Struts internally works? For Example if we type the URL "/login.do" how the process goes internaly? How the struts-config.xml loaded?
What are the features of struts 2?
Can you explain struts.properties in struts2?
Why we use struts over servlets?
What are the various struts tag libraries?
How struts2 supports internationalization?
How can we get Servlet API Request, Response, HttpSession etc Objects in action classes?
What is struts? Explain