Multiple choice How is JavaDoc relevant to making comments? Both are activated with the command line They both are found in the Comment Class A single team made both of them in the same year 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.