Google

Interview Questions Test your java skills Java API Reference Notifications Java Forums Java Examples Tell a Friend
Link to us Donate
Javagalaxy.com WWW
Subscribe Un Subscribe

Java Interview Questions on your mobileNew            

Java Interview Questions - JavaGalaxy.com

 Java Interview Questions

Back to Interview questions

AuthorMessage
JavaGalaxy

Question: What happens internally when actionMappings.findForward("target") method is called in Action class.

Answer: actionMappings.findForward("target") method returns ActionForward object. An ActionForward represents a destination to
which the controller, RequestProcessor, might be directed to perform a RequestDispatcher.forward or
HttpServletResponse.sendRedirect to, as a result of processing activities of an Action class.

Discuss in detail



Copyright © 2002 - 2010 JavaGalaxy.com,
All Rights Reserved Advertise| Feedback| Contact us| Terms of Use| Privacy Policy|

Help us to keep serving you better.
If you find any part of this site useful please support the site by linking to us