0
what do you mean by the statement :
6 Answers
+ 2
statement is one or more line terminated by semicolon.
+ 1
statement is an instruction to computer, there may be or may no semicolon at the end of statement;but in java there must be a semicolon at the end of line
0
if you do something like this in your code:
//hi, how are you
the computer wont be able to read it
same thing applies to multi line comment
0
no same thing not apply in multi line
we use
/* comment
akash*/
0
no no, i mean the same function of multi line comment. i just forgot the multi line comment so i said that. my bad
0
statement is collection of instructions.