What does documentation comments in java mean? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What does documentation comments in java mean?

19th Jul 2017, 4:25 PM
Satyaprakash Sahoo
Satyaprakash Sahoo - avatar
3 Answers
+ 15
Its just use to show the comments about the code working...written after // or */ ..../*
19th Jul 2017, 4:34 PM
The Search
The Search - avatar
+ 3
// java. <single line comment /*java. <multiple line comments java*/ these comments will be ignored when you run your code. even this works Stri/*strange*/ng a =/*place*/ "hello"; Syst/*to have a*/em.out.pri/*comment*/ntln(a);
19th Jul 2017, 6:05 PM
D_Stark
D_Stark - avatar
0
/** */ will generate javadoc
22nd Jul 2017, 7:14 PM
marit vandijk