Syntax error What are Javadocs and what is Javadoc tool?

What are Javadocs and what is Javadoc tool?



Javadocs is the documentation file for a particular library/project these documents provide information about the classes and methods of that library/project.

Javadoc is a tool to generate documentation for a project. It will be found in the bin folder of the Java installation folder.

Using this tool you can generate documentation for your Java code.

Javadoc Tool
Updated on: 2019-07-30T22:30:20+05:30

286 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements