View Single Post
Old May 19th, 2008, 12:47 PM   #18
JAlexBrown
Newbie
 
Join Date: May 2008
Posts: 11
Rep Power: 0 JAlexBrown is on a distinguished road
Re: how to tell C++ from Java source code?

Quote:
Originally Posted by iEngage View Post
/* */ 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.
JAlexBrown is offline   Reply With Quote