ExamGecko
Question list
Search
Search

Question 237 - 200-301 discussion

Report
Export

Which CRUD operation corresponds to the HTTP GET method?

A.

read

Answers
A.

read

B.

update

Answers
B.

update

C.

create

Answers
C.

create

D.

delete

Answers
D.

delete

Suggested answer: A

Explanation:

GET: This method retrieves the information identified by the request URI. In the context of the RESTful web services, this method is used to retrieve resources. This is the method used for read operations (the R in CRUD).

https://hub.packtpub.com/crud-operations-rest/

asked 07/10/2024
Henry Pitcher
32 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first