Basics
Comment
Java
// This is a comment
// This syntax can only have one line of text
Anything after //
on the line is considered a comment and won't be executed.
// This is a comment
// This syntax can only have one line of text
Anything after //
on the line is considered a comment and won't be executed.