Multiple choice technology architecture

What are the minimum methods need to be overridden by ActionServlet?

  1. getApplicationID()

  2. getSecurityLevel()

  3. getSessionBehaviour()

  4. None of the above

Reveal answer Fill a bubble to check yourself
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.