What does "/** */" It do ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What does "/** */" It do ?

24th Feb 2019, 7:58 PM
#happy
#happy - avatar
4 Answers
+ 7
It is multi line comment in java. /* */ And that other * is part of comment content.
24th Feb 2019, 8:10 PM
Arushi Singhania
Arushi Singhania - avatar
+ 2
I think it's to create the javadoc, a special kind of multiline comment that gives informations on how to use the code, how it works, for other developers to use it. Am I wrong? 🤔
24th Feb 2019, 10:46 PM
Adrien Zettl
Adrien Zettl - avatar
0
A comment doesn't affect your code, but it's useful because it helps other people understand it.
24th Feb 2019, 10:15 PM
yinhaodragon7
yinhaodragon7 - avatar
0
Thank you a lot
25th Feb 2019, 2:24 AM
#happy
#happy - avatar