Comment statement is a ____________ statement in Java.
Answers
Answered by
4
Answer:
Comments in Java are the statements that are not executed by the compiler and interpreter. It can be used to provide information or explanation about the variable, method, class or any statement.
Answered by
0
Answer:
false
Explanation:
comment statement is a non-executable statement
Similar questions