DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Java Hello World Snippet. Also Testing Formatting.
Testing the posting of code ...
package demo;
public class DemoClass {
public static void main(String args[]) {
System.out.println("Testing Demo Class for formatting ...");
}
}





