Q. Which method reads the entire content of a file at once?
β
Correct Answer: (C)
read()
Explanation: The read() method returns the full content of the file as a single string.