Multiple Choice
A comment in Java that begins with /** and ends with */ is what kind of comment?
A) block comment
B) javadoc comment
C) line comment
D) nested comment
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q20: Suppose s1 is a String variable.We want
Q21: Suppose temp is an array of 12
Q22: The following code containing a loop attempts
Q23: Suppose a try block needs to be
Q24: What is the value of sum after
Q26: How is the finally keyword used in
Q27: Consider the following code that appears in
Q28: A default constructor requires at least one
Q29: Interpret the overall meaning of this if-statement:<br>if
Q30: If we wanted to write an if-statement