Multiple Choice
A javadoc comment starts with:
A) //.
B) /*.
C) /**.
D) */.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q32: We can define class variables using the
Q33: What is an advantage of returning the
Q34: Construct a method in which you could
Q35: In the class header public class TV,
Q36: Methods that are defined to be non-static
Q38: Compare and contrast methods with instance variables.
Q39: When we initialize an enum type, we
Q40: static methods can use the object reference
Q41: What is the purpose of class constructors?<br>A)
Q42: Accessor methods are void methods.