Quote:
Originally Posted by iEngage
/* */ is for multi-line comments. it's found in quite a few languages actually, including Java
|
I did know that /**/ was a multi-line comment, but I didn't know it was supported by Java. Thanks for that information.