Oracle
1Z0-899 · Question #40
You are creating a web form with this HTML: 11. <form action="sendOrder.jsp"> 12. <input type="text" name="creditCard"> 13. <input type="text" name="expirationDate"> 14. <input type="submit"> 15…
The correct answer is A. GET. See the full explanation below for the reasoning.
Question
You are creating a web form with this HTML: 11. <form action="sendOrder.jsp"> 12. <input type="text" name="creditCard"> 13. <input type="text" name="expirationDate"> 14. <input type="submit"> 15. </form> Which HTTP method is used when sending this request from the browser?
Options
- AGET
- BPUT
- CPOST
- DSEND
- EFORM
How the community answered
(32 responses)- A78% (25)
- B6% (2)
- C3% (1)
- D9% (3)
- E3% (1)
Community Discussion
No community discussion yet for this question.