Q. Which method is the entry point of a Java program?

  • (A) start()
  • (B) init()
  • (C) main()
  • (D) run()
πŸ’¬ Discuss
βœ… Correct Answer: (C) main()
Explanation: The main() method is the entry point of execution in Java.
Explanation by: Roshan
The main() method is the entry point of execution in Java.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
25
Total Visits
πŸ“½οΈ
4 mo ago
Published
πŸŽ–οΈ
Roshan
Publisher
πŸ“ˆ
83%
Success Rate