1.33.17.In order for the public class MyClass to successfully compile?
A. MyClass must have a correctly formed main() method.
B. MyClass must be defined in the file MyClass.java.
C. MyClass must be defined in the MyClass package.
D. MyClass must be imported.