Multiple choice technology web technology

The following tag is used to define a custom request processor?

  1. <request-processor/>

  2. <controller/>

  3. <action-processor/>

  4. <action-controller/>

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In Struts configuration, the tag is used to specify a custom RequestProcessor class. The 'processorClass' attribute of the controller element defines the fully qualified class name of the custom RequestProcessor. Options A, C, and D are not valid Struts configuration tags.