Answers for "Which of the following is accepted method of signifying the single line comment in Java"

0

make a commet in java

// Demo types of comments

/* This shows
   that the comment
   can be muilti line */
System.out.println("Hello"); // Inline comment
// This is a single line comment
Posted by: Guest on April-12-2020

Code answers related to "Which of the following is accepted method of signifying the single line comment in Java"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language