- 2
how to use single line comment?
6 Answers
+ 9
The start of a single-line comment in Java is denoted by double slash.
// this is a single-line comment
+ 7
// Single line comment
/*More
then
one
line
comment*/
+ 2
well it works like this
//text
+ 1
<!--text--> html
0
In java m asking
0
// and start commenting