12345678910



Question 1: What value does readLine() return upon encountering end-of-file?
1. No value; it throws an exception.
2. The empty string ""
3. null
4. 0