Computer Science
What are the different ways to give comments in Java Programming?
Java Intro
8 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?
8 Likes
There are three ways to write comments in Java:
Answered By
3 Likes