Friday, May 9, 2008

Multiple Line Comments

You"ll often want to write a paragraph of comments and you won't want to mess with a // at the beginning of each line. To do this, Visual J++ allows multiple line comments (also callled the multiple-line comments) enclosed within /* and */, such as the following:

/*
Program Author: Chuck Wood
Program Title: JavaStuff.java
.
.
JP
*/

No comments: