Site menu

CodeCook.io

  • Languages
    • C
    • C++
    • CSS
    • Git
    • HTML
    • Java
    • JavaScript
    • jQuery
    • PHP
    • Python
    • Ruby
    • Scala
  • basic
  • output

Java - Hello world

A classic piece of code that prints "hello world" to screen.

0
622
  • Share on Facebook
  • Share on Google+
  • Share on Twitter
class HelloWorldApp {
    public static void main(String[] args) {
        System.out.println("{{string}}");
    }
}
java

Notes

last update: Oct. 28, 2014

Advertisement

This project is hosted on DigitalOcean, try it and support us

Related concept

  • Single comment
  • Function default parameter
  • Class definition

Other language

  • C++
  • Python
  • JavaScript
  • AngularJS
  • PHP
  • HTML
  • Ruby

Random task

  • Highest value of array of numbers
  • String to uppercase
  • Create new repository
  • Tunnel port over SSH to remote port
  • If, else if, else
  • Blog
  • About
  • License