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 |
How to make object serializable in java?
What are dot operator queries?
what is the difference between static block and static method
What do you understand by the bean persistent property?
Explain JSP life cycle
What is the difference between the paint() and repaint() methods?
Why we used vector class?
What is size () in java?
What is native method in java?
C and C++ has constructors and distructors, why does Java does not have distructors?
In what type of containers, Border layout is a default layout?
How to sort a collection of custom Objects in Java?