A)
We have 3 kinds of comment in a java application.
1) Multiple line comment similar to that of c (/* comment here */)
2) Single line comment (// comment here)
3) Documentation comment ( /** document comment here /)
We have 3 kinds of comment in a java application.
1) Multiple line comment similar to that of c (/* comment here */)
2) Single line comment (// comment here)
3) Documentation comment ( /** document comment here /)
Comments
Post a Comment