Controller in PS Framework is
-
ps.xml
-
Action controller
-
JSP file
-
Servlet
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.