0
Why does the main method have to come before the Case method in this case please?
3 Respuestas
+ 2
Java program starts with main. Always. You can put case inside it or inside of other class.
0
quesrion???
0
The Java compiler when he start's executing he executes from the main