Multiple Choice
All @param tags in a method's documentation comment must:
A) end with a */
B) appear after the general description of the method
C) appear before the method header
D) span several lines
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: Any method that calls a method with
Q3: In the following code, Integer.parseInt(str) is an
Q22: When writing the documentation comments for a
Q24: When you pass an argument to a
Q25: A value-returning method must specify this as
Q26: Which of the following values can be
Q28: What will be returned from the following
Q31: The lifetime of a method's local variable
Q31: Given the following method header, which of
Q52: You must have a return statement in