bertozzijr
0
Q:

how to add comments in java

//This is single line comment  

/* 
This is  
multi line comment 
*/  
14
//This is a comment. It will only span one line

/*This is a 
multi-line comment*/
0
// 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
0

New to Communities?

Join the community