Solved

Write a Line Comment and Block Comment for the Following

Question 52

Essay

Write a line comment and block comment for the following line of code identifying the author, date, and purpose of the method. In addition, explain the difference between comments that consist of a double-slash (//) and those that have a starting and ending slash asterisk (/* .. */).
System.out.println("Hello Students");

Correct Answer:

verifed

Verified

Possible comments include:
// Written b...

View Answer

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions