-
Which of these statement is incorrect?
-
- Applets do not require a main() method at all
- main() method must be made public
- Every class must contain a main() method
- There can be only one main() method in a program
- None of these
Correct Option: C
Every class does not need to have a main() method, there can be only one main() method which is made public.