hello world

public class Hello {
   public static void main(String[] args) {
       System.out.println("helllo world");
       /*注释
        */
  }
}
public class Demo1 {
  public static void main(String[] args) {
      String a="hello";
      System.out.println(a);
  }
}

基本数据类型

//String是引用类型

 

 

位与字节

 

 

 

posted @ 2021-10-05 21:10  clown-lan  阅读(16)  评论(0)    收藏  举报