Comments
Comments in Java
Three permissible styles of comment in a Java technology program are:
// comment on one line
/* comment on one
or more lines */
/** documenting comment */
Three permissible styles of comment in a Java technology program are:
// comment on one line
/* comment on one
or more lines */
/** documenting comment */