Tuesday, March 10, 2009

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

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

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

No comments: