Studying a bit for ocp17 and now I have a question about a boolean that I haven't really thought about before. Maybe I'm reading it wrong,
They say that the bit size of a boolean depends on the JVM. This would mean that the binary representation of a class containing a boolean would have different magnitudes on different machines
what is your thoughts on this?