Which of these statement is incorrect?
Posted: Wed Jul 13, 2022 7:45 pm
a) Every class must contain a main() method
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
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