What is the return type of read()?
Answers were Sorted based on User's Feedback
Answer / ranganathkini
The default read() of a stream method returns an int
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / vijayakumar chinnasamy
the return type of read() is int. It return -1 then it
reach the end of line.
| Is This Answer Correct ? | 6 Yes | 0 No |
What are command line arguments?
is it possible to add a object in a HASHMAP
int a=1,b=10; System.out.println(a+b--);
Explain about java sdk?
What is the difference between a scrollbar and a scrollpane?
How do you compare two strings lexicographically?
Explain pass by reference and pass by value?
Is java based on c?
What is the difference between static class and normal class?
How does callback work in java?
What is the use of default method in interface in java?
what is the purpose of the final in the try-catch-final