Computer Science, asked by sunilsweety9177, 1 month ago

what is a JAVA comment​

Answers

Answered by nitusinghmanoj
1

Answer:

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

Answered by ItzImperceptible
26

✅❤️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 co de for a specific time.

Similar questions