Home  >  Article  >  Java  >  My first blog Hello World

My first blog Hello World

PHP中文网
PHP中文网Original
2017-07-05 18:12:551275browse
public class HelloWorld{
  public static void main(String args[]){
     System.out.println("Hello World!");  
}         
}

  

The above is the detailed content of My first blog Hello World. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn