What method of the java.io.File class can create a file on the hard drive?
newFile()
makeFile()
makeNewFile()
createFile()
createNewFile()
Click to view the answer
E.
The createNewFile() method creates a new empty file.