Comments in Java
EasyHow to write single-line and multi-line comments.
5 min read Easy
Comments
Use // for single-line comments and /* */ for multi-line comments.
How to write single-line and multi-line comments.
Use // for single-line comments and /* */ for multi-line comments.