Q. Which method reads one line at a time from a file? (A) read() (B) readline() (C) readlines() (D) nextline() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) readline() Explanation: readline() returns one line at a time from the file.