Multiple choice

How is JavaDoc relevant to making comments?

  1. Both are activated with the command line

  2. They both are found in the Comment Class

  3. A single team made both of them in the same year

  4. JavaDoc is a form of commenting

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Javadoc is a specialized tool in Java used to generate API documentation in HTML format directly from comments in the source code. Therefore, Javadoc is a structured form of commenting.