⢠Validation occurs after filling the required information and web forms is submitted to server or we can say the validation occurs at server side where the application resides.
⢠It is less responsive and comparatively slow to user.
⢠It is secure validation type. Since the information will process at server therefore it is difficult to trace it.
⢠Alteration of code is not possible in this scenario. |