Что произойдёт, когда запустим код?



Boolean b = null;

if (b) {

System.out.println("...");

}