public class String {
static String[][]String = {{"String"}}; // 1
static {
System.out.println(String.class); // 2
}
public static void main(String[] args) { // 3
System.out.println(String.class); // 4
}
}
@mrfilmmaster24, check it out: http://ideone.com/A7g4nu - the second error is the same as in explanation.
2016 Feb 14, 11:50:42 AM
Войдите чтобы поставить Нравится
Войдите чтобы прокомментировать