InterviewSolution
Saved Bookmarks
| 1. |
What are the types of comments in java |
|
Answer» tion: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) |
|