Vidyalelo
JavaScript · Q81

Caching And Debugging

Programming · JavaScript · question 81

Q81

What would happen if the data in the client had been wrong?

A.
Sends back the data
B.
Waits for correction
C.
Sends back the data and Waits for correction
Answer
D.
None of the mentioned

Answer: Option C

Solution

Answer: Option C
Solution:
If some of the data that had been entered by the client had been in the wrong form or was simply missing, the server would have to send all the data back to the client and request that the form be resubmitted with correct information.