About Question enthuware.ocajp.i.v8.2.1416 :
Posted: Sat Apr 11, 2015 8:32 am
Hi,
I cannot understand exression in explanation part 3
Could I ask to clarify?
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?