Java Hello World Snippet. Also Testing Formatting.
Join the DZone community and get the full member experience.
Join For FreeTesting the posting of code ...
package demo;
public class DemoClass {
public static void main(String args[]) {
System.out.println("Testing Demo Class for formatting ...");
}
}
Snippet (programming)
Java (programming language)
Opinions expressed by DZone contributors are their own.
Comments