Last Updated: February 25, 2016
·
810
· thedispossessed

Hello World in Java

public class HelloWorld{

    public static void main(String[] args){
        System.out.println("Hello World!");
    }

}

Running this will not save the world. Well, you're free to try it out and see what happens.

1 Response
Add your response

This should help you get going, Python - Check, Java - Check, 191 more to go:
http://en.wikipedia.org/wiki/Hello_world_program_examples

Give special care to this one:
http://en.wikipedia.org/wiki/Hello_world_program_examples#brainfuck

over 1 year ago ·