Read Number Methods

How many methods to read numbers and characters and what should be used.

Questions by mahen0510

Showing Answers 1 - 6 of 6 Answers

inthiyaj

  • May 8th, 2009
 

We have readers and streams. Readers are used to read characters and streams are used to read bytes, streams returns numbers i.e. byte number.

  Was this answer useful?  Yes

Sarje

  • Aug 17th, 2009
 

methods in InputStream to read byte and in Reader to read character are -
int read()
int read(byte buffer[])
int readIbyte burrer[],int offset,int numBytes)

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions