Q. What is true in Java?
- A. For all class names the first letter should be in Upper Case.
- B. All method names should start with a Lower Case letter.
- C. Name of the program file should exactly match the class name.
- D. All of the above
Correct Answer: D