Multiple choice technology web technology

In which file will the server side validations will be handled

  1. Page Handler

  2. Action Controller

  3. JSP

  4. Javascript

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

In the PS framework, server-side validations are handled in the Page Handler component. This follows MVC pattern where the handler/controller manages validation logic before passing data to the model. JSP and JavaScript handle client-side or presentation concerns.