parameter: 参数
method: 方法
function: 函数
private: 私有的
access: 访问
protected: 受保护
operation: 操作运
interface: 接口
overload: 重载
abstract: 抽象
exception: 异常
implements: 实现
derived class:派生类
override: 重写覆盖
ArrayIndexOutOfBoundsException: 数组下标越界异常
ArithmeticException: 算术异常
NullPointerException: 空引用(指针)异常
ClassNotFoundException: 类没有发玩常
NumberFormatException: 数字格式异常(字符串不能转化为数字)
Catch: 捕捉
Random: 随机
Display: 显示
Collection: 集合
Swing: 轻巧的
Frame: 窗体
Awt:abstract window toolkit:抽象窗口工具包
ritle: 添加
Panel: 面板
Layout: 布局
Scroll: 滚动
Vertical: 垂直
Horizonatal: 水平
Label: 标签
Checkbox: 复选框
Focus: 焦点
Event: 事件
Combobox: 复选框
Listener : 监听
Grid : 网格
Border: 边界
MenuBar: 菜单栏
Icon: 图标
Message: 消息
Menuitem 菜单项
Menu: 菜单
Dialog: 对话框
Tree: 树
Node: 节点
Radiobutton: 单选按钮
PopupMenu: 弹出菜单
jdbc:java database connectivity. java据库连接
DriverManager: 驱动管理器
Statement: 表示执行对象
Preparedstatement: 表示预执行对象
Resultset: 结果集
executeQuery: 执行查询
connection: 连接