Before allowing a user to submit data with a Web form, which of the following tasks should be
performed?
A.
The data should be validated by the script.
B.
The data should be validated by the programmer.
C.
The data should be compared to valid data stored in a list.
D.
The data should be passed through the validate() method.