+ 1
Did you notice
Java comments are same as for CSS. First time I thought I was learning CSS, then I wondered where strings and integers came from:) So ppl dont confuse yourself, Java comments are similar to CSS. Have a good day!
3 odpowiedzi
0
yah
0
Java (like javascript, C, C++ and some others langs) support 2 type of comments:
1) Multiline
/* I am a multiline
comment */
2) single line comment
int i=0; // i am a comment
when your notice is fully correct
0
Thanks, I wonder how they are similar yet the all were developed by different people:)