Multiple choice technology web technology

The file where the task flows and the page flows of the application is specified

  1. Map.xml

  2. Web.xml

  3. ps.xml

  4. DynamicContentAliases.xml

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

The ps.xml file (possibly Struts configuration or framework-specific) defines task flows and page flows in this application context. Web.xml handles servlet mappings, Map.xml is not a standard Java EE file, and DynamicContentAliases.xml is application-specific. This appears to be testing a specific framework knowledge.