I cannot understand exression in explanation part 3
It will not compile as Boolean class does not have default constructor.Thus, new Boolean() = = new Boolean() is false,
but new Boolean() = = Boolean.parseBoolean(" true") is true.
Could I ask to clarify?