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 buffer limit?
Is linkedlist thread safe in java?
How to perform merge sort in java?
Explain the difference between a Thread and a Process.
When will you define a method as static in Java?
Define how objects are stored in java?
What are the uses of java?
What must a class do to implement an interface in java programming?
How does remove work in java?
Write a function for palindrome and factorial and explain?
Explain about complier design(phases)
Can we sort a map in java?
Explain about the performance aspects of core java?
Explain illegalmonitorstateexception and when it will be thrown?
Is char a data type in java?