Multiple Choice
Javadoc requires a comment to be delimited by _________ to be included in the extracted class interface.
A) // //
B) /* */
C) /** */
D) " "
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: The String class is a mutable class.
Q3: What is the purpose of Java's wrapper
Q9: Write a statement that creates a constant
Q13: Add accessor and mutator methods to the
Q18: null can be used:<br>A)to indicate a variable
Q20: The program included in the Java SDK
Q21: The conversion from an object of a
Q37: When used with objects,what is the equality
Q38: You should avoid the use of null
Q45: Create a Java class named Book with