πŸ“Š JAVA
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

πŸ‘οΈ
13
Total Visits
πŸ“½οΈ
2 mo ago
Published
πŸŽ–οΈ
Roshan
Publisher
πŸ“ˆ
85%
Success Rate