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 |
explain local datetime api in java8?
What are static blocks and static initalizers in java ?
Hi Friends, can you explain instance in java. In general instance means "occurence of something" . In java what is instance.
What is a package in java? List down various advantages of packages.
What is structure of java heap? What is perm gen space in heap?
What is the basic of java?
Hi Friends.. can any one provide the real time example for methodoverloading and methodoverriding .........
What is instance synchronization?
What are the two main uses of volatile in Java?
what is the purpose of the wait(), notify(), and notifyall() methods? : Java thread
What is the difference between the ">>" and " >>>" operators in java?
What is an escape character in java?