Junior — Middle
How much memory does one byte occupy?
sobes.tech AI
Answer from AI
One byte exactly occupies 8 bits of memory. This is a standard definition in computer science and programming.
In Java, the byte type takes 1 byte (8 bits) and can store integers in the range from -128 to 127.