Answers for "multiline comments 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 "Java"

Java Answers by Framework

Browse Popular Code Answers by Language