Vidyalelo
JavaScript · Q80

Caching And Debugging

Programming · JavaScript · question 80

Q80

In which part does the form validation occur?

A.
Client
B.
Server
Answer
C.
Both Client and Server
D.
None of the mentioned

Answer: Option B

Solution

Answer: Option B
Solution:
Form validation used to occur at the server, after the client had entered all necessary data and then pressed the Submit button.