byte : Java Glossary

byte
an 8-bit signed quantity. Most bugs involving byte are caused by forgetting that bytes sign extend as soon as you do any calculation with them. Bytes are considered to have values -128 to 127 not 0 to 255. This was a minor error in the design of Java. Almost never are signed bytes useful. You can kludge unsigned bytes with & 0xff. You can agglutinate bytes much the way you can aggluninate chars with StringBuilder by using a ByteArrayStream.

When you add two bytes together you get an int. Why? To simplify the JVM (Java Virtual Machine), and reduce the number of bits needed for an op code, the JVM does not support 8-bit and 16-bit signed and unsigned operations. So bytes, chars, short are promoted to int before doing arithmetic on them.


CMP homejump to top

available on the web at:

http://mindprod.com/jgloss/byte.html
  

optional Replicator mirror
of mindprod.com
on local hard disk J:

J:\mindprod\jgloss\byte.html
logo
Please email your , letters to the editor, errors, omissions, typos, formatting errors, ambiguities, unclear wording, broken/redirected link reports, suggestions to improve this page or comments to Roedy Green : feedback email. If you want your message, your name or email kept confidential, not considered for public posting, please explicitly specify that. Unless you state otherwise, I will treat your message as a letter to the editor that I may or may not publish in the feedback section. After that, it will be too late to retract it. If you disagree with something I said, especially when sending an ad-hominem attack, a rant composed mainly of obscenities or a death threat, please quote the offending passage and cite the web page where you found it, tell me why you think it is wrong, and, if possible, provide some supporting evidence. I can’t very well fix erroneous or ambiguous text if I can’t find it.
Blog
IP:[65.110.21.43]
Your face IP:[72.44.48.122]
You are visitor number 26,096.