Answer the question
In order to leave comments, you need to log in
Hello World can't find the class, what should I do?
Previously, everything worked, but now, for some reason, Hello Word does not start. I'm already tired, as I sit down to teach, so for 3 hours I can't start something. My code is like this
public class main {
public static void hello(String args[]) {
System.out.println("Hello World");
}
}
Answer the question
In order to leave comments, you need to log in
public class Hello{
public static void main(String args[]) {
System.out.println("Hello World");
}
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question