"/****" - It means that java will read this comment like document comment and ignore subsequent star-symnols? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

"/****" - It means that java will read this comment like document comment and ignore subsequent star-symnols?

29th Jan 2020, 8:44 PM
Георгий
Георгий - avatar
2 Answers
+ 2
Yes you need to close off the comments whether they are Javadoc type or not.
30th Jan 2020, 3:42 AM
Sonic
Sonic - avatar
+ 1
/* This is multiline comment */ /** * this is javadoc comment */
30th Jan 2020, 7:41 PM
Tibor Santa
Tibor Santa - avatar