Q. Choose the correct statements about choosing a name for a class in Java. (A) The class name can start with only a letter or underscore or dollar sign. (B) The class name can contain numbers (C) The class name can not start with a number (D) All of the above ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) All of the above