what are the types of comments in java
Answers
Answered by
21
Explanation:
There are 3 types of comments in java.
Single Line Comment(used to comment only one line)
Multi Line Comment(used to comment multiple lines of code)
Documentation Comment(used to create documentation API)
Answered by
3
Answer:
There are 3 types of comments in java.
- Single Line Comment(used to comment only one line)
- Multi Line Comment(used to comment multiple lines of code)
- Documentation Comment(used to create documentation API)
Hope it helps you.....✔✔✔
PLEASE FOLLOW ME......
Similar questions