What do nested multi-line comments mean? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What do nested multi-line comments mean?

22nd Jun 2017, 5:16 PM
Vedant Banthia
3 Answers
+ 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.
22nd Jun 2017, 5:32 PM
Nanda Balakrishnan
0
you can write a paragraph as a comment Comments not taken as code/programming
22nd Jun 2017, 5:18 PM
Elie Douaihy
Elie Douaihy - avatar
0
thanks ☺
22nd Jun 2017, 5:20 PM
Vedant Banthia