Multiple choice

What is JavaDocs?

  1. A doctor in Java

  2. Source Code

  3. Documentation Generator

  4. A Code Compiler

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

Javadoc is a documentation generator tool created by Sun Microsystems. It parses the declarations and documentation comments in Java source files to produce standard HTML documentation pages.