+ 5
What are Java Documentation Comments?
Please explain in simple language. Thank You
3 Respostas
+ 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.
+ 2
they are comments telling others what each code does.
+ 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!