Computer Science, asked by vena29, 6 months ago

what is comments in java?​

Answers

Answered by Innocentgirl58
5

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. It can also be used to hide program code for a specific time.

Answered by Anonymous
3

Answer:

Comments in Java are the statements that are not executed by the compiler and interpreter.

I hope this would be enough

Similar questions