摘要:
1,整数类型 2,浮点数类型 3,字符类型 4,字符串类型 5,布尔类型 6,null常量 public class demo1 { public static void main(String[] args) { byte a = 100; short b = 20089; int c = 234 阅读全文
摘要:
从零开始学习java的小白 滴: Public 公共的,公用的Static 静态的,静止的Void 空的main 主要的,重要的class 类system 系统,方法out 出现,出外print 打印eclipse Java编程程序 public class HelloWorld { public 阅读全文