Interview Question

Created by admin on Sat, 17/11/2012 - 16:13
Question: 

What value does readLine() return when it has reached the end of a file?

Language: 
Answer: 
The readLine() method returns null when it has reached the end of a file.