Computer Science for IGCSE & O level - Programming (Section 3 - No. 15)
In a Java program, where does the program start executing?
Inside the class declaration
In the main method
At the end of the program
Inside the import statements
Explanation
Java programs start execution within the main method.
Comments (0)
