Friday, May 9, 2008

Using Comments

Comments are important to every language. Good programmers place comments on any potentially ambiguous line of code. Others can use these comments to debug any cryptic code; you can even use them if you have return to your function after any length of time.

Comments in Visual J++ are similar to comments in C++, and are easy to implement. There are three types of comments: single line comments, multiple line comments and documentation comments.

No comments: