Thursday, May 10, 2007

Comments

There are 3 types.
// is used to do one-line comment.
/* */ is used to do multiple-line comment.
/** */ is also multiple-line comment, but is used to generate documents using javadoc.

No comments:

Post a Comment