What is working of javadoc with real life example? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is working of javadoc with real life example?

Brief idea

30th May 2021, 4:03 PM
Vinit Jain
Vinit Jain - avatar
2 Answers
+ 1
It is a good way to document your code. Describe who wrote the code, when it was written, the meaning of each function parameters and so on. IDEs like IntelliJ parse the javadoc and provide you code assistance based on it. It can also be used to generate documentation pages in HTML through a particular tool. I have forgotten the name of this tool as it has been long I worked with Java.
30th May 2021, 7:22 PM
Ore
Ore - avatar