public class Test{
public static void main(String[] args) {
try{
wait();
}catch(InterupttedException e){
System.out.println(e);
}
}
output of this code?
Antwort im Vorstellungsgespräch
Anonym
15. Dez. 2017
Cannot make a static reference to the non-static method wait() from the type Object