What does the createNewFile() method in Java do?
Reads data from an existing file.
Deletes an existing file.
Creates a new, empty file if it does not already exist.
Renames an existing file.