Answers for "java block comment"

0

comments java

// this is a comment

/* this is 
   a multiline
   comment */
Posted by: Guest on July-13-2021
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