Multiple choice technology programming languages

Where key will generated?

  1. In Action class

  2. In ActionForm Class

  3. In ActionMapping Class

  4. In ActionServlet Class

Reveal answer Fill a bubble to check yourself
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.