Which CRUD operation corresponds to the HTTP GET method?

IT Questions BankCategory: CCNAWhich CRUD operation corresponds to the HTTP GET method?

Which CRUD operation corresponds to the HTTP GET method?

  • A. read
  • B. update
  • C. create
  • D. delete

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/

Exam with this question: CA201

Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x