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 |
wat is class level lock and object level lock
What is JDK? Mention the variants of JDK?
How does system arraycopy work in java?
What is boolean keyword in java?
Why does java have two ways to create child threads? Which way is better?
Explain throw keyword in java?
Why we need to serialize the object
11 Answers CTS, Geometric Software,
Write a java program to check if a number is prime or not?
Hi i am creating desktop application in that i want calling to mobile number. i have java telephone api (JTAPI) but i dont understand how it configure & use plese help me
What are the latest versions in JAVA related areas?
What is variable length arguments in java?
How do you define a set in java?