nerdexam
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)
  • A
    78% (25)
  • B
    6% (2)
  • C
    3% (1)
  • D
    9% (3)
  • E
    3% (1)

Community Discussion

No community discussion yet for this question.

Full 1Z0-899 Practice