Computer Science, asked by faiz1507gmailco, 1 year ago

what is comment in Java explain its two types

Answers

Answered by ShadowLucifer
0
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. There are 3 types of comments in java.
Similar questions