Multiple Choice
Which of the following is not a valid Java comment?
A) /** Comment one */
B) */ Comment two /*
C) // Comment three
D) /* Comment four */
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q33: The Java API provides a class named
Q34: When the + operator is used with
Q35: Which of the following is not a
Q36: What is the value of z after
Q37: If x has been declared an int,
Q39: What will be displayed as a result
Q40: Character literals are enclosed in _ and
Q41: Every Java application program must have<br>A) a
Q42: In Java, _ must be declared before
Q43: What would be displayed as a result