Select the correct answer.
Which of these statement(s) is true about comments in Java?
A.
Single-line comments "comment out" only one line in a program.
B.
Single-line comments can be used only once in a single program.
C.
Multi-line comments start and end with //.
D.
Single-line comments start with /* and end with */ on the same line.