How many bytes will boolean take?

There is no range for boolean…?

Hey Manav, in c++ boolean takes 1 byte and in Java it depends on JVM.

what does jvm means ? /

JVM is Java Virtual Machine. It provides runtime environment in which java bytecode can be executed and JVM is platform dependent.