- Java technology supports three type of comments :
- A single line comment starting with //
- A multi-line comment enclosed between /* and */
- A documentation or javadoc comment is enclosed between /** and */. These comments can be used to generate HTML documents using the javadoc utility, which is part of Java language.
No comments:
Post a Comment