Pop Quiz
What does the following program print?
public class FunkyArray {
public static void main(String[] args) {
System.out.println(new Object[] { , }.length);
}
}
Pop Quiz
What does the following program print?
public class FunkyArray {
public static void main(String[] args) {
System.out.println(new Object[] { , }.length);
}
}