×
×
Correct!
Call
public class MyClass {
public void myMethod() {
System.out.println("Hello World");
}
public static void main(String[] args) {
MyClass myObj = new MyClass();
@(5).@(8)();
}
}
public class MyClass {
public void myMethod() {
System.out.println("Hello World");
}
public static void main(String[] args) {
MyClass myObj = new MyClass();
myObj.myMethod();
}
}
Not CorrectClick here to try again. Correct! |
This will reset the score of ALL 59 exercises.
Are you sure you want to continue?