Skip to content

Instantly share code, notes, and snippets.

@devbhuwan
Created October 22, 2016 07:13
Show Gist options
  • Select an option

  • Save devbhuwan/9c6a4ef4750d9bda420839b3ccbe70c3 to your computer and use it in GitHub Desktop.

Select an option

Save devbhuwan/9c6a4ef4750d9bda420839b3ccbe70c3 to your computer and use it in GitHub Desktop.
Hello World In Jdk9 With Early Access Release
public class HelloWorldInJdk9WithEA {
public static void main(String[] args) {
System.out.println("Welcome Java 9!!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment