+1 vote
in JAVA by

How do you comment in Java code?

1 Answer

0 votes
by

You can comment in Java code using single-line comments (//) and multi-line comments (/* */).

...