Possible Duplicate:
What is the size of a boolean variable in java?
Java - boolean primitive type - size
A boolean value is a single-on off and could be represented in one bit. However, I have read that a language often uses more bytes are them to be accessed more efficiently.
What is the specific number of bytes in Java?