Which two HTTP methods are used to perform these actions?

Your web application requires the ability to load and remove web files dynamically to the web container’s file system? Which two HTTP methods are used to perform these actions? (Choose two)

Your web application requires the ability to load and remove web files dynamically to the web container’s file system? Which two HTTP methods are used to perform these actions? (Choose two)

A.
PUT

B.
POST

C.
SEND

D.
DELETE

E.
REMOVE

F.
DESTROY



Leave a Reply 2

Your email address will not be published. Required fields are marked *


Allan Santos

Allan Santos

A, D
PUT, can update resource with empty information
DELETE, just remove resource