Wpis z mikrobloga

public class NewClass {
public static void main(String[] args) {
try {
int i = getTab()[getIndex()];
} catch (Exception e) {
System.out.print("1");
}
}

public static int[] getTab() {
System.out.print("3");
return null;
}

private static int getIndex() {
System.out.print("2");
return -1;
}
}

#java #naukaprogramowania #javapuzzle

Co wypisze

  • 21 13.0% (6)
  • 31 13.0% (6)
  • 321 43.5% (20)
  • Błąd kompilacji 30.4% (14)

Oddanych głosów: 46

  • 3
  • Odpowiedz