Multiple choice technology architecture

How many action controllers can be associated to each task in ps.xml?

  1. Only one

  2. More than one

  3. Zero

  4. None of the above

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

Each task in ps.xml can have only one Action Controller associated with it, maintaining a clear one-to-one mapping for request handling. Multiple controllers per task would create ambiguity in routing and violate the framework's design principles.