Apache Struts Question:

What is ActionMapping?

Tweet Share WhatsApp

Answer:

Action mapping contains all the deployment information for a particular Action bean. This class is to determine where the results of the Action will be sent once its processing is complete.

Download Struts PDF Read All 41 Struts Questions
Previous QuestionNext Question
Describe validate() and reset() methods?How is the Action Mapping specified?