This is a post to test default syntax highlghting in Jive.
1. Java code via front-end in a Thread:
public class HelloWorld{ public static void main(String[] args) { System.out.println("Hello World!"); }}
-------
Admin Edit: Added the code above using { code } tags:
public class HelloWorld
{
public static void main(String[] args) {
System.out.println("Hello World!");
}
}
Edited by: brianb008 on Aug 28, 2014 2:24 PM
Edited by: brianb008 on Aug 28, 2014 2:26 PM