class T { void f(String[] a) { if (a.length<caret> == 0) System.out.println("no"); } }