description:
Boolean (String s), if the String parameter is not null and equals "true" when case is ignored, create a Boolean object that represents the true value, such as Boolean b = new Boolean ("ok"), which is false.
-
in Boolean b = new Boolean ("ok"), isn"t the value of b true? Is the above description contradictory