Getting to Know the Available Drives in the System May 13, 2019 Finding all of the available drives in the system is often useful. The following code snippet brings up a list of the available drives: */import java.io.File;public class SystemDrives{ public static