comments
Should "//" be typed for each comment line?
or single "//" at the beginning of n lines of comment?
for eg: //This MyFirstJavaProgramme class implements an application that simply prints “Hurray! This is my first Java programme!!” to standard output.
or
//This MyFirstJavaProgramme class implements an
//application that simply prints “Hurray! This is my
//first Java programme!!” to standard output.
Which one of the two is correct?