What is the meaning of statement ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

What is the meaning of statement ?

“All characters that appear within a comment are ignored by the Java compiler. ”

14th Apr 2018, 1:31 PM
Hope
Hope - avatar
3 Answers
+ 5
comments are denoted by /*comment*/ line1:System.out.print("hi"); outputs hi line2:/*System.out.print("hi");*/ no output since everything is in a comment
14th Apr 2018, 1:39 PM
᠌᠌Brains[Abidemi]
᠌᠌Brains[Abidemi] - avatar
+ 3
thanks @NG brains...😊
14th Apr 2018, 3:52 PM
Hope
Hope - avatar
+ 2
it is a type of characters which are compiled with compiler and generates the following results
17th Apr 2018, 10:10 AM
Manisai Eppakayala
Manisai Eppakayala - avatar