What is the return type of readLine() when end of a file is
reached?
Answer Posted / krishnakanth
Return Type of readLine() is "String".
Returns:
A String containing the contents of the line, not including
any line-termination characters, or null if the end of the
stream has been reached
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
What are serialization and deserialization?
What is bigger kb or mb?
Name few java 8 annotations ?
Explain how can you debug the Java code?
What is java english?
Is static a singleton?
How to perform merge sort in java?
Why arraylist is used in java?
What are the access modifiers in java?
What do heavy weight components mean in java programming?
What are streams in java 8?
Which is faster string or stringbuilder?
What is the purpose of garbage collection in java? When is it used?
What is <> used for in java?
What are the 8 primitive data types in java?