(一)Java 基础 public 公有的 private 私有的 protected 保护的 class 类, 类型 void 空白, 无返回值 static 静态的 final 最终的 String 字符串 int 整数类型 long 长整型 double 双倍, 双精度浮点数 float 浮动, 浮点数 boolean 布尔类型 byte 字节 bit 位 Binnary 二进制 short 短的, 16位整数 char 字符, 字符类型 name 姓名 phone 电话 email 电子邮件 windows windows操作系统 linux linux操作系统 clear 清空 JV...