What is struts and springs in java?
No Answer is Posted For this Question
Be the First to Post Answer
What are the classes used as part of struts framework ?
What is the use of ActionErrors in Struts?
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 happen if the private constructor is written in a claass
What are pull and push mvc architecture and which architecture does struts2 follow?
where you use thread in your java project?
what is a RequestProcessor?
What’s the difference between struts and espresso?
What is the difference between Jakarta Struts and Apache Struts? Which one is better to use?
What are the action classes in struts?
What is the purpose of form-be tag in struct-config.xml?
What are the conditions for actionform to work correctly?