- 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.
Friday, 22 April 2011
Comments in java technology
Labels:
core-java,
java,
syntax and grammar
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment