Computer Science, asked by Abbasss, 1 day ago

Give the difference between a single line comment and a multiple line comment in java.​

Answers

Answered by nithya5018
0

Explanation:

There is no difference whatsoever. All comments are removed so at execution comments don't impact the program, regardless of their format. It's a matter of convenience. single line comment for describes the class, interface, method or variable.

Similar questions