Home »
MCQs »
Java MCQs
Can we write a program without a main method in Java?
8. Can we write a program without a main method in Java?
- Yes
- No
Answer: A) Yes
Explanation:
Yes, we can write a java program without the main() method but there is a condition if and only if java JDK version till JDK 5.