What is the size of a `boolean` in Java?

Java Associate Easy

Java Associate — Easy

What is the size of a `boolean` in Java?

Key points

  • The JVM specification does not specify the exact size of a `boolean`.
  • Different Java implementations may have different sizes for `boolean`.
  • This lack of a precise definition allows for flexibility in how `boolean` is implemented in Java.

Ready to go further?

Related questions