What are the minimum methods need to be overridden by ActionServlet?
-
getApplicationID()
-
getSecurityLevel()
-
getSessionBehaviour()
-
None of the above
A
Correct answer
Explanation
getApplicationID() is the minimum required method override for ActionServlet in the PS Framework, as it uniquely identifies the application within the system. getSecurityLevel() and getSessionBehaviour() are optional overrides for specific customization needs.