DEV Community

Codevisionz
Codevisionz

Posted on

Comments in Java Programming Language

A comment is text that the compiler ignores but is useful for programmers. Comments are typically used to annotate code for reference. The compiler treats them as spaces. You can use comments during the test to make certain lines of code inactive.

Image description

Image description

Top comments (0)