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 is the abstract class?
What is role of void keyword in declaring functions?
What is the main purpose of java?
What are invisible components?.
Is ++ operator is thread safe in java?
What is square root in java?
What are checked exceptions?
How many bits is a float?
How to restrict a member of a class from inheriting by its sub classes?
Is java developer a good career?
How do you sort objects in java?
what is mena by object block any what is the use of that
Difference between Linked list and Queue?
Explain 5 io best practices?
How will you reverse a singly-link list?