- 1
- 0
- 约2.9万字
- 约 19页
- 2020-06-07 发布于江苏
- 举报
OO: object-oriented ,面向对象 OOP: object-oriented programming,
面向对象编程
JDK:Java development kit, java 开发工具包 JVM:java virtual machine ,java 虚
拟机
Compile: 编绎 Run:运行 Class:类 Object: 对象
System:系统 out:输出 print: 打印 line: 行
variable: 变量 type: 类型 operation: 操作 ,运算 array: 数
组 parameter:参数
method: 方 法 function: 函 数 member-variable: 成 员 变 量
member-function: 成员函数
get: 得到 set:设置 public: 公有的
private: 私有的 protected:受保护的
default: 默 认 access:访 问 package:包 import: 导 入
static:静态的
void: 无 (返回类型 )
extends:继承 parent class:父类 base class:基类 super class:超类
child class:子类 derived class:派生类 override: 重写 ,覆
盖 overload: 重载
final: 最 终 的 , 不 能 改 变 的 abstract: 抽 象 interface: 接 口
implements: 实现
exception: 异常 Runtime:运行时 ArithmeticException: 算术异常
ArrayIndexOutOfBoundsException: 数组下标越界异常 NullPointerException: 空引用
异常
ClassNotFoundException: 类没有发现异常
NumberFormatException: 数字格式异常 (字符串不能转化为数字 )
Try: 尝试 Catch:捕捉 Finally: 最后 Throw: 抛出
Throws: ( 投掷 )表示强制异常处理 Throwable:( 可抛出的 )表示所有异常类的祖先类
Lang:language,语言 Util: 工具 Display: 显示 Random:随机
Collection: 集合 ArrayList:( 数组列表 )表示动态数组 HashMap: 散列表 ,哈希表
Swing: 轻巧的 Awt:abstract window toolkit: 抽象窗口工具包
Frame: 窗 体 Size: 尺 寸 Title: 标 题
Add: 添加
Panel: 面 板 Layout: 布 局 Scroll: 滚 动
Vertical: 垂直
原创力文档

文档评论(0)