Which of these statement(s) is/are incorrect?
A. Every class must contain a main() method.
B. Classes are supported by every object oriented programming language.
C. There can be only one main() method in a program.
D. main() method must be made public.