How many instances of servlet usually run in a struts application ?
No Answer is Posted For this Question
Be the First to Post Answer
What is the need of struts?
What is the actionform?
advantages& 5 disadvantages of MVC architecture
how can i fetch combo box value into my DAO using struts 2?
What is the purpose of global-forwards tag in struct-config.xml?
Is struts efficient?
How many struts config file in a struts application?
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.
How do u provide security to ur project?(Banking domain project)
What is the purpose of execute method of action class?
What is Request Dispatcher and What is reuest Processor??
How are interceptors and servlet filters different?