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
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
A, D
A, D
PUT, can update resource with empty information
DELETE, just remove resource