Which method is the entry point of a Java program?

Explanation:
Execution in Java begins from the main() method.