In which file will the server side validations will be handled
-
Page Handler
-
Action Controller
-
JSP
-
Javascript
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.