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 |
Which is bigger float or double java?
What is externalizable?
What does nullpointerexception mean?
How do you define a singleton class?
Under what circumstances an object reference be cast to an interface reference?
What are the methods of object class ?
What is use of super keyword in java?
Is string pool garbage collected?
Differentiate Vector and ArrayList?
How does serialization work
How does marker interface provides functionality to the implemented class ? or How dose maker interface gets the functionalities as serialization or cloning.
What is an 8 bit word?