0
What do nested multi-line comments mean?
3 Respuestas
+ 1
hi,
multi line comments can be included in java
like /*hi sample programming */
but u cannot nested the comments which will cause compilation error.
The statements or content which is written inside comments are not consider by compiler for execution.
0
you can write a paragraph as a comment
Comments not taken as code/programming
0
thanks ☺