hi,
I jus now started programming with java.I have a lot of confusion over the streams of java like byte and the characters.And also i would like to know the application of each stream class.And the difference between byte and char?
thank you
bye
java byte stream char Stream confusion!
Page 1 of 11 Replies - 4335 Views - Last Post: 09 November 2008 - 01:51 AM
Replies To: java byte stream char Stream confusion!
#2
Re: java byte stream char Stream confusion!
Posted 09 November 2008 - 01:51 AM
Byte streams (InputStream/OutputStream) are for binary data, char streams (Reader/Writer) are for character data. A byte is a signed 8 bit datatype. A char is an unsigned 16 bit datatype principally for holding character data
Page 1 of 1

New Topic/Question
Reply



MultiQuote


|