Friday, March 15, 2019

Create java Documentation for file or project:-

On the command prompt, you need to write:

javadoc M.java
to generate the document api. Now, there will be created a lot of html files.
Open the index.html file to get the information about the classes.

No comments:

Post a Comment