KnowledgeBoat Logo
|

Computer Science

Give an example of each with reference to Java programming:

(a) Single Line comment

(b) Multi Line comment

Java Intro

4 Likes

Answer

(a) Single Line comment

// This is my first program.

(b) Multi Line comment

Answer

/* This is my first program. It calculates the sum of two numbers.*/

Answered By

2 Likes


Related Questions