Multiple choice technology web technology

Controller in PS Framework is

  1. ps.xml

  2. Action controller

  3. JSP file

  4. Servlet

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

In the PS (Presentation Service) Framework, controller components include ps.xml (configuration file defining controller mappings) and Action controller (Java classes handling request processing). JSP files are View components, Servlets may be part of Controller but not core controllers in this specific framework.