Ask questions, share knowledge, and connect with a vibrant community on IDNLearn.com. Find the answers you need quickly and accurately with help from our knowledgeable and experienced experts.

In Windows, which of the following statements will open the file, InputFile.txt, that is in the root directory on the C: drive?FileReader freader = new FileReader("/c/InputFile.txt");FileReader freader = new FileReader("C:\InputFile.txt");FileReader freader = new FileReader("C:\\InputFile.txt");FileReader freader = new FileReader("C:\InputFile\txt");

Sagot :