+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 (/* */).

Related questions

+1 vote
asked Jun 5, 2020 in PHP by Robindeniel
0 votes
asked Nov 11, 2021 in Ruby by SakshiSharma
...