Where key will generated?
-
In Action class
-
In ActionForm Class
-
In ActionMapping Class
-
In ActionServlet Class
C
Correct answer
Explanation
In Struts, the key for dispatch actions (like LookupDispatchAction) is generated and stored in the ActionMapping, which contains the configuration information from struts-config.xml. The ActionMapping holds the parameter name that will be used to determine which method to execute. This is part of the mapping configuration.