Q. Which method is the entry point of a Java program?
β
Correct Answer: (C)
main()
Explanation: The main() method is the entry point of execution in Java.