KnowledgeBoat Logo
LoginJOIN NOW

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:

  1. Single Line comment.
  2. Multi line comment.
  3. Documentation comment.

Answered By

3 Likes


Related Questions