Give the difference between a single line comment and a multiple line comment in java.
Answers
Answered by
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