1.33.21.In order for the MyClass to be compiled and run, which of the following must be true?
A. MyClass must be defined in MyClass.java.
B. MyClass must be declared public.
C. MyClass must have a correctly formed main() method.
D. MyClass must import java.lang.