Q10 Single choice Mark for later What must be done to uninstall an application using the monitored directory functionality? A Put a file named ApplicationName_delete in the monitored directory. B Add a version of the application with no files inside of it to the monitored directory. C Add a <delete> tag to the web.xml of the application, and add the file to the monitored directory. D Add a properties file that has DELETE=true in the header of the properties sections, and add it to the monitored directory. Correct answer