Computer Science, asked by InnovativeD, 1 year ago

Why do we use comments in java program
plz help me out this ques.10 points​

Answers

Answered by Blaezii
4

Answer:

Java Comments. The java comments are statements that are not executed by the compiler and interpreter. The comments 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 specific time.

Attachments:

InnovativeD: Thank u very much
InnovativeD: it's an appropriate answer
Answered by InnovativeD2
1

Answer:

Because comments give brief information about the identifiers and others in a program

Similar questions