Integer i = null; // variable i is undefined if (i == null) { i = 1; }