MCQOPTIONS
Saved Bookmarks
| 1. |
We have an HTML form that is to be designed to enable purchase of office stationary. For the items that are selected mark it with check. Submit button is to be pressed ones the credit card details are filled. Assuming that security is handled in a way that is transparent to the form design, the option that would be appropriate for sending the data to the server is |
| A. | Only POST |
| B. | Only GET |
| C. | Either GET or POST |
| D. | Neither GET nor POST |
| Answer» D. Neither GET nor POST | |