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 string builder in java?
Is java written in c?
What is thin driver and thick driver. why it is called so?
There are two classes named classa and classb. Both classes are in the same package. Can a private member of classa can be accessed by an object of classb?
How do you use, call, and access a non-static method in Java?
Can we call thread start () twice?
What is string in java is it a data type?
What does || mean in vectors?
What are the main uses of the super keyword?
What is the difference between Java and C++?
0 Answers Integreon, TCS, ZS Associates,
What do you know about the garbage collector in java?
How many return statement are allowed in a function?