- // compiler ignores everything from // to the end of the line.
- /* text*/ compiler ignores everything from /* to */
- /** documentation */ compiler ignores this kind of comment, just like it ignores comments that use /8 and *// The JDK javadoc tool uses doc comments when preparing automatically generated documentation..
No comments:
Post a Comment