222k views
1 vote
Javadoc is a documentation generator for generating API documentation in ___________ format from Java source code:

A.) Portable Document Format

B.) HTML

C.) OpenDocument

D.) ECMA Script

1 Answer

4 votes

Final answer:

Javadoc is a documentation generator that generates API documentation in HTML format from Java source code.

Step-by-step explanation:

Javadoc is a documentation generator for generating API documentation in HTML format from Java source code. Javadoc allows developers to create documentation for their Java code so that others can understand how to use their classes, methods, and variables. The generated documentation includes information such as class and method descriptions, parameter and return type information, and example code.

User Raelshark
by
7.6k points