Multiple Choice
Which of the following does not describe a valid comment in Java?
A) Single line comments, two forward slashes - //
B) Multi-line comments, start with /* and end with */
C) Multi-line comments, start with */ and end with /*
D) Documentation comments, any comments starting with /** and ending with */
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q49: Which Scanner class method reads an int?<br>A)
Q50: The primitive data types only allow a(n)
Q51: All Java statements end with semicolons.
Q52: To compile a program named First, use
Q53: Which of the following is not a
Q55: When the + operator is used with
Q56: Which of the following is a valid
Q57: Assuming that pay has been declared a
Q58: In Java, the beginning of a comment
Q59: In Java, _ must be declared before