What is the return type of readLine() when end of a file is
reached?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / dilshad
ya ,i think so....
the return type of the method readLine is String why because
the input give from the console in java language is always
String.............
| Is This Answer Correct ? | 1 Yes | 1 No |
What is meant by polymorphism?
Explain the difference between abstract classes and interfaces in java?
what is the difference between java and j2ee... is that can i work j2ee on net beans IDE 6.0
What are structs in java?
Explain numeric promotion?
Can we declare register variable as global?
How do you compare two objects?
What are the ways in which a thread can enter the waiting state?
What is getclass () getname () in java?
How do you sort in ascending order in java?
What are Advatages of Overloading and Overridding.
What is an empty string in css?