Multiple choice technology architecture

centralizes control, retrieval, and invocation of view and command processing

  1. Front Controller

  2. Application Controller

  3. Context Object

  4. Business Delegate

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

The Application Controller centralizes control and retrieval logic for view and command processing, managing the flow of control and coordinating interactions between different components. Front Controller handles all requests but focuses more on request routing, Context Object encapsulates protocol-specific data, and Business Delegate reduces coupling between presentation and business tiers.