Answer the following statements true (T) or false (F)

1) The Status: 204 No Response header indicates that a request to the server failed.
2) Redirection sends output to somewhere other than the screen.
3) The action attribute of the form element specifies the action to take when the user submits the form.
4) A post request posts form contents to the end of an HTTP request.
5) Form data can be stored in an object of class cgi.FormStorage.

1) F
2) T
3) T
4) T
5) F

Computer Science & Information Technology

You might also like to view...

The diffusion of innovation theory can be useful in planning the rollout of a new information system.  ?

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Define the following methods for the class Ledger, as described in the previous exercise:

• getAverageSale()—returns the average value of all the sales • getCountAbove(v)—returns the number of sales that exceeded v in value

Computer Science & Information Technology