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 is integer parseint?
What is static binding and where it occurs?
Can I import same package/class twice?
What is Difference between Serializable and Externalizable in Java serialization?
Is string a keyword in java?
Which class has no duplicate elements?
Can bool be null?
What is concurrent hashmap and its features?
How many bits is a boolean?
What is a native method in java programming?
What does system.gc() and runtime.gc() methods do?
What is a function easy definition?