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 public static void main?
Hi, This is ravi i have a question like this i have string "UNDERSTAND" now i want to count the letters how many times it occures.i.e from the above string the out put should be like this U-1,N-2,D-2,E-1,R-1,S-1,T-1,A-1. how can i achieve this Thnaks in advance for your response ..
What is included in core java?
What is a jagged array in java?
when everything can be done by static block then why do we use main method?.
Does substring start with 0?
How do you read a char in java?
can we write a program with out a class in core java?
What is dynamic binding?
What is the final field modifier?
What is the difference between the program and the process?
what is the use/perpose of having a method antive?