What are Java Documentation Comments? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

What are Java Documentation Comments?

Please explain in simple language. Thank You

16th Aug 2017, 7:10 AM
Gammaburst
Gammaburst - avatar
3 Answers
+ 4
Java documentation comments are called Javadoc. These comments are used for generating API documentation in HTML format from Java source code. Basically Java Documentation comments are used for documenting Java classes.
27th Dec 2018, 5:05 AM
Ravinder S
Ravinder S - avatar
+ 2
they are comments telling others what each code does.
16th Aug 2017, 9:32 AM
Gao Xiangshuai
Gao Xiangshuai - avatar
+ 1
my gut tells me Ravinder S was correct because it is more deliberately explained and it just sorta makes sense & I only suppose this, because,it was more specific,I only comment like this, so if anyone is newer and has less experience they will be able to develop an intuitive problem solving skill set of their own I hope that this is helpful!
26th Jan 2019, 8:54 PM
Thomas Acres
Thomas Acres - avatar