nerdexam
GIAC

GSSP-JAVA · Question #131

Which of the following are the main basic difference between the POST and PUT request? Each correct answer represents a complete solution. Choose all that apply.

The correct answer is B. The URI in a PUT request identifies the entity enclosed with the request and the user D. The URI in a POST request identifies the resource that will handle the enclosed entity. See the full explanation below for the reasoning.

Question

Which of the following are the main basic difference between the POST and PUT request? Each correct answer represents a complete solution. Choose all that apply.

Options

  • AThe PUT request does not have a corresponding doXXX method in the HttpServlet class.
  • BThe URI in a PUT request identifies the entity enclosed with the request and the user
  • CThe URI in a PUT request identifies the resource that will handle the enclosed entity.
  • DThe URI in a POST request identifies the resource that will handle the enclosed entity.

How the community answered

(59 responses)
  • A
    10% (6)
  • B
    69% (41)
  • C
    20% (12)

Community Discussion

No community discussion yet for this question.

Full GSSP-JAVA Practice