java笔记02
Java的hello,world:
1 public class hello{ 2 public static void main(String[] args){ 3 System.out.println("hello, world!你不好,世界!"); 4 } 5 }
运行测试:

java运行机制:

在idea中编写代码:
环境配置:

改颜色:

1 public class hello{ 2 public static void main(String[] args){ 3 System.out.println("hello, world!你不好,世界!"); 4 } 5 }
运行测试:


环境配置:

改颜色:
