Multiple Choice
How should slashes and asterisks be used in a Javadoc comment?
A) Start with /* and end it with /**.
B) Start with /* and end with */.
C) Start with /** and end with */.
D) None of these is correct.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q53: An instance method can reference which of
Q54: static methods can reference non-static variables.
Q55: A method parameter or local variable that
Q56: Suppose Angelica ran a program with multiple
Q57: What will happen if you do not
Q59: A package statement uses the keyword _.
Q60: Which of the following is an advantage
Q61: A javadoc comment ends with:<br>A) //.<br>B) /*.<br>C)
Q62: Inside the curly braces we define the
Q63: If you do not write a constructor