Expand comment types in Java (#20409)
Clarify the difference between those 3 types of comments since it might be odd for someone new.
This commit is contained in:
@ -58,6 +58,7 @@ public class RandomNumbers{
|
||||
}
|
||||
```
|
||||
|
||||
The difference between the documentation comment and the multi & single line comments is that the former is oriented about making your comments visible to anyone viewing the documentation, while the multi and single line comments are the ones that are supposed to mainly keep you on track.
|
||||
|
||||
#### More Information:
|
||||
* [Java Resources](http://guide.freecodecamp.org/java/resources/)
|
||||
|
Reference in New Issue
Block a user