Vidyalelo
Java Programming · Q75

Constructors and Methods

Programming · Java Programming · question 75

Q75

Which of these statement is incorrect?

A.
Every class must contain a main() method
Answer
B.
Applets do not require a main() method at all
C.
There can be only one main() method in a program
D.
main() method must be made public

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board