Which Of These Statement Is Incorrect #165
Which of these statement is incorrect?
This multiple choice question (MCQ) is related to the book/course
gs gs128 Java.
It can also be found in
gs gs128 Java Classes Methods - Class Fundamentals & Declaring objects in Java - Quiz No.1.
Which of these statement is incorrect?
Every class must contain a main() method
Applets do not require a main() method at all
There can be only one main() method in a program
main() method must be made public