Multiple Choice
End-of-line comments that should be ignored by the compiler are denoted using
A) Two forward slashes (//) .
B) Three forward slashes (///) .
C) A slash and a star (/*) .
D) A slash and two stars (/**) .
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q22: format specifier _ is a placeholder for
Q23: Which of the following is a Scanner
Q24: of the following is a relational or
Q25: Which of the following is not a
Q26: Which of the following statements would display
Q28: Java's predefined classes are grouped into<br>A) packets.<br>B)
Q29: Which of the following is a variable
Q30: Which command compiles the Java source code
Q31: Given the Java statement int sum =
Q32: Which of the following statements is false?<br>A)