InterviewSolution
Saved Bookmarks
| 1. |
Which of the following will remove the resource(s) from the distributed cache?(a) delete FILE[S] *(b) delete JAR[S] *(c) delete ARCHIVE[S] *(d) all of the mentioned |
|
Answer» Right option is (d) all of the mentioned The explanation: Delete command is used to remove existing resource. |
|