Boolean.getBoolean()
Quickly, what is printed by the following line of Java code?
System.out.println(Boolean.getBoolean("true"));
Quickly, what is printed by the following line of Java code?
System.out.println(Boolean.getBoolean("true"));