Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

Java Comment

        //This is a comment that does not show
/*I am a multi-lined comment that does 
not show either*/
  System.out.print("This is text");
 
PREVIOUS NEXT
Tagged: #Java #Comment
ADD COMMENT
Topic
Name
9+7 =