Multiple Choice
____ comments are a special case of block comments that are used to generate documentation.
A) Line comments
B) Doc comments
C) JDoc
D) Javadoc
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q55: If a compiler detects a violation of
Q56: The _ is also called the Java
Q57: Match each term with the correct statement
Q58: Match each term with the correct statement
Q59: Briefly describe the elements of the main()
Q61: public class First {<br> public
Q62: { public static void main(String[] args)<br> {<br> System.out.println("First
Q63: Programmers use _ to organize program code
Q64: What happens after a programmer successfully compiles
Q65: You use an import statement when you