Computer Science
What are the different ways to give comments in Java Programming?
Java Intro
7 Likes
Answer
There are three ways to write comments in Java:
- Single Line comment.
- Multi line comment.
- Documentation comment.
Answered By
3 Likes
What are the different ways to give comments in Java Programming?
7 Likes
There are three ways to write comments in Java:
Answered By
3 Likes