I am doing some Java homework and we are currently studying IO and files in java.
In the directions it asks for us to instantiate a filesystem class. However this doesn't seem possible without using the following syntax. How can I better understand this?
FileSystem fs = FileSystems.getDefault();
Thanks for any help.