Java : Types of Comments
Java : Types of Comments
Java comments are used to provide information or description about the class, statements, variable and method for future reference so that easy to understand code for future enhancement. Java comments statements don’t compile. It also helps to hide unused code.
Types of Java Comments
Java supports 3 types of comments statments:
Single Line Comment
Multi Line Comment
Documentation Comment
Single…
View On WordPress











