Question { 16739 }
When wil use singleton class in Struts
Answer
Is This Answer Correct ? | 3 Yes | 0 No |
what is the purpose of load_on_startup entry in struts-
config.xml?
Answer
Is This Answer Correct ? | 4 Yes | 2 No |
Question { 5698 }
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.
Answer
Is This Answer Correct ? | 3 Yes | 0 No |