- 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.
A java blog with a collection of examples and tutorials on Java and related technologies. (Under maintenance with continuous updates) Be in touch with java jazzle or k2java.blogspot.com.
Friday, April 22, 2011
Comments in java technology
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment