Documentation for the constructor new Boolean(boolean value) in Java states:
new Boolean(boolean value)
Note: It is rarely appropriate to use this constructor. Unle
The reason it hasn't been deprecated is that Java maintains backwards compatibility to version 1.0
I can't think of a good reason to use the constructor.