What is the documentation comment? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is the documentation comment?

please explain

7th Jun 2017, 11:35 PM
Ameer Hamza
Ameer Hamza - avatar
2 Answers
+ 3
/** Documentation Comment*/ doc comments are used by the JDK javadoc tool to automatically generate a documentation file that can be used as a reference for your class by any user. An IDE allows access of such documentation within the IDE itself.
8th Jun 2017, 1:53 AM
seamiki
seamiki - avatar
+ 2
Thanks
6th Nov 2017, 5:21 PM
Ameer Hamza
Ameer Hamza - avatar