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

In the PS framework, task flows and page flows are specified in the ps.xml configuration file. This is a framework-specific convention for defining navigation and workflow logic. Web.xml handles servlet configuration, not workflow definitions.