<<< Requirements for identifiers | Index | Line Comments >>> |
Comments are non-executing statements added to program for documentation
Comments leave notes for yourself or others, for example,
/* * author, date, purpose of the program */
Comment can temporarily deactivate a program statement by turning it into a comment
Compiler does not translate comments, and JVM does not know about comments
<<< Requirements for identifiers | Index | Line Comments >>> |