Computer Science, asked by aryanjaiswal03061982, 9 months ago

Comment statement is a ____________ statement in Java.

Answers

Answered by ItzDazzingBoy
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 ayankhan901
0

Answer:

false

Explanation:

comment statement is a non-executable statement

Similar questions