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 |
explain the collection in java
What is a parameter in simple terms?
Is it possible to compare various strings with the help of == operator?
What is variable explain with example?
Why is an interface be able to extend more than one interface but a class can’t extend more than one class?
What will happen if we cannot mention "finally" in Java Program ???
What is the role of the java.rmi.naming class?
What is method overloading in JAVA? Why is it not present in C ?
0 Answers Akamai Technologies,
What is means by DLL file means ? What is the use of DLL file? What are the contents of DLL file?
What is application system?
What is use of static in java?
Define packages in java?