Q. What is the entry point of a program in Java?
β
Correct Answer: (A)
main() method
Explanation: Generally, the main() method is treated as the point where the flow of code starts.