Specifications

Sun Services
Java™ Programming Language
Module 3, slide 5 of 37
Copyright 2005 Sun Microsystems, Inc. All Rights Reserved. Sun Services, Revision F
Comments
The three permissible styles of comment in a Java technology
program are:
// comment on one line
/* comment on one
* or more lines
*/
/** documentation comment
* can also span one or more lines
*/