用Java写hello world

 

1 public class HelloWorld{
2   public static void main(String[] args){
3     System.out.println("hello world");
4   }
5 }

准备工作:

1安装eclipse

2建立project

3添加代码,注意类和方法

4编译

 

相关文章:

  • 2022-02-25
  • 2021-03-31
  • 2021-08-22
  • 2021-06-19
  • 2021-07-27
  • 2022-02-25
  • 2021-07-20
  • 2021-12-21
猜你喜欢
  • 2021-12-14
  • 2021-04-07
  • 2022-01-19
  • 2021-10-18
  • 2021-11-27
  • 2021-11-07
  • 2021-09-18
相关资源
相似解决方案