Q. Which method is the entry point of a Java program? (A) start() (B) init() (C) main() (D) run() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) main() Explanation: The main() method is the entry point of execution in Java.