计算机 computer;笔记本 laptop;系统 system;键盘 keyboard;鼠标 mouse;
版本 version;路径 path;打印 print;安装 install;卸载 uninstall;
8种基础数据类型:
byte 1; short 2 ; int 4; long 8; float 4; double 8; char 2; boolean true/false
类 class;接口 interface;方法 method;静态 static;参数 args;
访问修饰符:
Private 私有; Default 默认; Protector 保护; Public 公开
数据库 database;连接 connect;驱动 driver;账号 username;密码 password