Multiple choice technology architecture

In MSec v5 where we have the task-url mapping?

  1. web.xml

  2. application.xml

  3. only a and b

  4. struts-config.xml

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

In MSec v5 applications, task-to-URL mappings are configured in both web.xml (for servlet mappings) and application.xml (for application-level configuration), making 'only a and b' the correct answer. struts-config.xml is for Struts framework specifically.