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中编写代码:

环境配置:

改颜色:

 

posted @ 2021-09-12 00:01  昵称hasbeenused  阅读(63)  评论(0)    收藏  举报