Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which of these statement is incorrect?

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

Answer: a
Explanation: Every class does not need to have a main() method, there can be only one main() method which is made public.

Join The Discussion