Give an example of each with reference to Java programming:
(a) Single Line comment
(b) Multi Line comment
4 Likes
// This is my first program.
Answer
/* This is my first program. It calculates the sum of two numbers.*/
Answered By
2 Likes
Explain the significance of the following Java library packages:
java.io
java.net
Define the term Source code
Define the term Machine code