| 1600 PMP mock questions | 1400 CAPM mock questions | 800 SCJP 6 mock questions | 600 OCAJP 7 mock questions | 590 OCPJP 7 mock questions | 556 SCWCD 5 mock questions | 500 OCEJWCD 6 mock questions | pdfDownload (java,struts, hibernet etc) | JobsJobs and Walkins |
Struts interview questions
|
!!! Struts interview questions !!!Go to Struts Tutorials >>> new Q.What is role of Action Class?An Action Class performs a role of an adapter between the contents of an incoming HTTP request and the corresponding business logic that should be executed to process this request. In the execute() method of Action class the business logic is executed. public ActionForward execute( ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception ; execute() method of Action class: Perform the processing required to deal with this request Update the server-side objects (Scope variables) that will be used to create the next page of the user interface Return an appropriate ActionForward object |
Suggested JobsMore Jobs >> |