Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

JAVA Multi-line Comment

/* This is an example of  multi-line comment.
 * The program prints "Hello, World!" to the standard output.
 */

class HelloWorld {
    public static void main(String[] args) {

        System.out.println("Hello, World!");
    }
}
 
PREVIOUS NEXT
Tagged: #JAVA #Comment
ADD COMMENT
Topic
Name
7+5 =