Multiple Choice
Which of the following is not a valid comment statement?
A) // comment 1
B) /* comment 2 */
C) */ comment 3 /*
D) /** comment 4 */
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: What will be the value of z
Q4: What would be printed out as a
Q5: Programming style includes techniques for consistently putting
Q6: This is a named storage location in
Q7: Java is a case-insensitive language.
Q8: What is the result of the following
Q10: Variables are classified according to their<br>A) value<br>B)
Q11: Every Java application program must have<br>A) a
Q14: Which of the following is valid?<br>A) float
Q17: If the compiler encounters a statement that