public class Test { public static void main(String[] string){ int[] i = new int[10]; System.out.println(i.equals(null)); } }