class Dog {
public static void main(String[] args) {
}
}
still false
may i help me
class Dog {
public static void main(String[] args) {
}
}
still false
may i help me
@gigaplayer81062,
As @arrayjumper23680
found…
Turns out its the following:
class Dog{
public Dog() {
}
public static void main(String[] args) {
}
}
I use get code and still false
may i ask you why
Maybe leave the course for today 4-mar-2016
as I think the Java-server is DOWN or overloaded…