What for read() function?
Answers were Sorted based on User's Feedback
Answer / chandu
read() method is used to read the information charector
wise fron streamer classes
| Is This Answer Correct ? | 11 Yes | 2 No |
Answer / mohammed salim
we use the read() method to read a character using
BufferedReader in Input/Output streams....
| Is This Answer Correct ? | 11 Yes | 3 No |
Answer / simo ouali
The read() function reads a specified number of bytes from a
file handle and stores the data in a scalar variable.
| Is This Answer Correct ? | 6 Yes | 1 No |
What is multi level inheritance in java?
what is platform native code
When a lot of changes are required in data, which one should be a preference to be used? String or stringbuffer?
What are parent methods and how can you call them?
What is a dynamic array in java?
What is ternary operator?
What is the purpose of a volatile variable?
In which language java is written?
Is passing by reference faster?
How does marker interface provides functionality to the implemented class ? or How dose maker interface gets the functionalities as serialization or cloning.
What is a static method in java?
What is a boolean flag in java?