Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

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

  2. A.

     Sends back the data

    B.

     Waits for correction

    C.

     Sends back the data and Waits for correction

    D.

     None of the mentioned

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    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.


Be The First To Comment