Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

java comments

//Single line
System.out.println("Hello world"/*+"This is code commented out inline."*/); //You can also put comments at the end
/*
Multi
Line
comment
*/
 
PREVIOUS NEXT
Tagged: #java #comments
ADD COMMENT
Topic
Name
3+8 =