第一章:

JDK(Java Development Kit) java开发工具包

JVM(Java Virtual Machine) java虚拟机

Javac  编译命令

java  解释命令

Javadoc  生成java文档命令

classpath 类路径

Version  版本

author  作者

public  公共的

class  类

static  静态的

void  没有返回值

String  字符串类

System  系统类

out  输出

print  同行打印

println  换行打印

JIT(just-in-time)   及时处理





第二章:

byte 字节

char 字符

boolean 布尔

short 短整型

int 整形

long 长整形

float 浮点类型

double 双精度

if 如果

else 否则

switch 多路分支

case 与常值匹配

break 终止

default 默认

while 当到循环

do 直到循环

for 已知次数循环

continue结束本次循环进行下次跌代

length 获取数组元素个数





第三章:

OOP object oriented programming 面向对象编程

Object 对象

Class 类

Class member 类成员

Class method   类方法

Class variable 类变量

Constructor 构造方法

Package 包

Import package 导入包





第四章:

Extends 继承

ase class 基类

Super class 超类

Overloaded method 重载方法

Overridden method    重写方法

Public   公有

Private 私有

Protected 保护

Static 静态

Abstract  抽象

Interface 接口

Implements interface    实现接口





第五章:

Exception 意外,异常

RuntimeExcepiton 运行时异常

ArithmeticException 算术异常

IllegalArgumentException 非法数据异常

ArrayIndexOutOfBoundsException 数组索引越界异常

NullPointerException 空指针异常

ClassNotFoundException 类无法加载异常(类不能找到)

NumberFormatException 字符串到float类型转换异常(数字格式异常)

IOException 输入输出异常

FileNotFoundException 找不到文件异常

EOFException 文件结束异常

InterruptedException (线程)中断异常

try 尝试

catch 捕捉

finally 最后

throw 投、掷、抛

throws 投、掷、抛

print Stack Trace() 打印堆栈信息

get Message() 获得错误消息

get Cause() 获得异常原因

method 方法

able 能够

instance 实例

check 检查





第六章:

byte(字节)

char(字符)

int(整型)

long(长整型)

float(浮点型)

double(双精度)

boolean(布尔)

short(短整型)

Byte (字节类)

Character (字符类)

Integer(整型类)

Long (长整型类)

Float(浮点型类)

Double (双精度类)

Boolean(布尔类)

Short (短整型类)

Digit (数字)

Letter (字母)

Lower (小写)

Upper (大写)

Space (空格)

Identifier (标识符)

Start (开始)

String (字符串)

length (值)

equals (等于)

Ignore (忽略)

compare (比较)

sub (提取)

concat (连接)

replace (替换)

trim (整理)

Buffer (缓冲器)

reverse (颠倒)

delete (删除)

append (添加)

Interrupted (中断的)





第七章:

Date    日期,日子

After   后来,后面

Before   在前,以前

Equals   相等,均等

toString   转换为字符串

SetTime   设置时间

Display   显示,展示

Calendar   日历

Add    添加,增加

GetInstance   获得实例

getTime   获得时间

Clear   扫除,清除

Clone   克隆,复制

Util    工具,龙套

Components  成分,组成

Month   月份

Year    年,年岁

Hour   小时,钟头

Minute   分钟

Second   秒

Random   随意,任意

Next Int   下一个整数

Gaussian   高斯

ArrayList   对列

LinkedList  链表

Hash   无用信息,杂乱信号

Map    地图

Vector   向量,矢量

Size    大小

Collection  收集

Shuffle   混乱,洗牌

RemoveFirst   移动至开头

RemoveLast    移动至最后

lastElement   最后的元素

Capacity   容量,生产量

Contains   包含,容纳

Copy   副本,拷贝

Search   搜索,查询

InsertElementAt 插入元素在某一位置





第八章:

io->in out 输入/输出

File  文件

import  导入

exists  存在

isFile  是文件

isDirectory 是目录

getName  获取名字

getPath  获取路径

getAbsolutePath 获取绝对路径

lastModified 最后修改日期

length  长度

InputStream 输入流

OutputStream 输出流

Unicode  统一的字符编码标准, 采用双字节对字符进行编码

Information 信息

FileInputStream 文件输入流

FileOutputStream文件输出流

IOException 输入输出异常

fileobject 文件对象

available 可获取的

read  读取

write  写

BufferedReader 缓冲区读取

FileReader 文本文件读取

BufferedWriter 缓冲区输出

FileWriter 文本文件写出

flush  清空

close  关闭

DataInputStream 二进制文件读取

DataOutputStream二进制文件写出

EOF  最后

encoding  编码

Remote  远程

release  释放





第九章:

JBuider  Java 集成开发环境(IDE)

Enterprise 企业版

Developer 开发版

Foundation 基础版

Messages 消息格

Structure 结构窗格

Project  工程

Files  文件

Source  源代码

Design  设计

History  历史

Doc  文档

File  文件

Edit  编辑

Search  查找

Refactor 要素

View  视图

Run  运行

Tools  工具

Window  窗口

Help  帮助

Vector  矢量

addElement 添加内容

Project Winzard 工程向导

Step  步骤

Title  标题

Description 描述

Copyright 版权

Company  公司

Aptech Limited Aptech有限公司

author   作者

Back  后退

Finish  完成

version  版本

Debug  调试

New  新建

ErrorInsight 调试





第十章:

JFrame  窗口框架

JPanel   面板

JScrollPane 滚动面板

title    标题

Dimension 尺寸

Component  组件

Swing  JAVA轻量级组件

getContentPane 得到内容面板

LayoutManager   布局管理器

setVerticalScrollBarPolicy   设置垂直滚动条策略

AWT(Abstract WindowToolkit)抽象窗口工具包

GUI (Graphical UserInterface)图形用户界面

VERTICAL_SCROLLEARAS_NEEDED   当内容大大面板出现滚动条

VERTICAL_SOROLLEARAS_ALWAYS   显示滚动条

VERTICAL_SOROLLEARAS_NEVER   不显示滚动条

JLabel  标签

Icon   图标

image  图象

LEFT   左对齐

RIGHT  右对齐

JTextField  单行文本

getColumns  得到列数

setLayout  设置布局

BorderLayout 边框布局

CENTER  居中对齐

JTextArea  多行文本

setFont  设置字体

setHorizontalAlignment   设置文本水平对齐方式

setDefaultCloseOperation   设置默认的关闭操作

add  增加

JButton 按钮

JCheckBox 复选框

JRadioButton单选按钮

addItem 增加列表项

getItemAt 得到位置的列表项

getItemCount 得到列表项个数

setRolloverIcon 当鼠标经过的图标

setSelectedIcon 当选择按钮的图标

getSelectedItem 得到选择的列表项

getSelectedIndex 得到选择的索引

ActionListener   按钮监听

ActionEvent    按钮事件

actionPerformed   按钮单击方法











顺序编排

abstract    (关键字) 抽象

access               vt.访问,存取'(n.入口,使用权)

algorithm            n.算法

Annotation  [java] 代码注释

anonymous            adj.匿名的 (反义:directlyadv.直接地,立即[di'rektli,
dai'rektli])

apply                v.应用,适用

application          n.应用,应用程序(application crash 程序崩溃)

arbitrary            a.任意的

argument             n.参数;争论,论据
(缩写 args)

assert      (关键字) 断言 (java 1.4 之后成为关键字)

associate            n.关联(同伴,伙伴)


attribute            n.属性(品质,特征)


boolean     (关键字) 逻辑的, 布尔型

call                 n.v.调用; 呼叫;


circumstance         n.事件(环境,状况)


crash                n.崩溃,破碎

cohesion             内聚,黏聚,结合

(a class is designed witha single, well-focoused purpose. 应该不止这点)

command              n. 命令,指令 (指挥, 控制)(command-line 命令行)

Comments    [java] 文本注释

compile     [java] v.编译 Compilation n.编辑

const       (保留字)

constant             n. 常量, 常数, 恒量

continue    (关键字)

coupling             耦合,联结

making sure that classesknow about other classes only through their APIs.

declare     [java] 声明

default     (关键字) 默认值; 缺省值

delimiter            定义符; 定界符

Encapsulation[java] 封装 (hidingimplementation details)

Exception   [java] 例外; 异常

entry                n.登录项, 输入项, 条目

enum        (关键字)

execute              vt.执行

exhibit              v.显示, 陈列 [ig'zibit]

exist                存在, 发生 [ig'zist]'(SQL关键字 exists)

extends     (关键字) 继承、扩展 [ik'stend]

false       (关键字)

final       (关键字) finally (关键字)

fragments            段落; 代码块

FrameWork   [java] 结构,框架

Generic     [java] 泛型

goto        (保留字) 跳转

heap                 n.堆 [hi:p]

implements  (关键字) 实现

import      (关键字) 引入(进口,输入)

Info                 n.信息(information

Inheritance [java] 继承(遗传,遗产)

initialize           预置 初始化

instanceof  (关键字) 运算符,用于引用变量,以检查这个对象是否是某种类型。返回 boolean 值。

interface   (关键字) 接口

invoke               vt.调用 '( invocation)

Iterator    [java] 迭代器, 迭代程序

legal                合法的

log                  n.日志,记录

native      (关键字) aa ['neitiv]

nested      [java] 嵌套的 ['nestid] '如:内部类(nested classes)

Object      [java] 对象

Overload    [java] 方法的重载(不同参数列表的同名方法)


Override    [java] 方法的覆盖(覆盖父类的方法)


polymiorphism[java] 多态(polymorphism 多形性

allowing a single objectto be seen as having many types.

principle            n.原则,原理,主义['prinsipl]

priority             n. 优先级

process              n. 程序, 进程

protected   (关键字) 受保护的,私有的

provide              v.规定(供应,准备,预防)


refer to             v.引用

reference            n. 参考(引用,涉及)
'-->reference variable 参量, 参考变量,引用变量

Reflection  [java] 反射

script               n.手写体,小型程序

serialized           vt.序列化,串行化'(serializable adj.)(deserialize反序列化,反串行化)

Socket      [java] 网络套接字

stack                n.堆栈  (对应 heap 堆)

statement            程序语句; 语句n. 陈述,指令

subclass             n.子类 '(supertype 父类)

switch      (关键字) 选择语句。 n.开关,道岔

synchronized (关键字) 同步(锁)


Thread      [java] 线程 [θred]

throw       (关键字) throws (关键字)抛出(异常)

transient   (关键字) 瞬变;临时的'(可序列化)

valid                正确的,有效的

variable             n.变量 a.可变的

volatile    (关键字) 不稳定的

while       (关键字) 循环语句。当...的时候

abstract    (关键字) 抽象

access               vt.访问,存取'(n.入口,使用权)

algorithm            n.算法

Annotation  [java]  代码注释

anonymous            adj.匿名的 (反义:directlyadv.直接地,立即[di'rektli,
dai'rektli])

apply               v.应用,适用

application          n.应用,应用程序(application crash 程序崩溃)

arbitrary            a.任意的

argument             n.参数;争论,论据 (缩写 args)

assert      (关键字) 断言 [?'s?:t] ' (java 1.4 之后成为关键字)

associate            n.关联(同伴,伙伴)


attribute            n.属性(品质,特征)


boolean     (关键字) 逻辑的, 布尔型

call                 n.v.调用; 呼叫;


circumstance         n.事件(环境,状况)


crash                n.崩溃,破碎

cohesion            内聚,黏聚,结合

(a class is designed witha single, well-focoused purpose. 应该不止这点)

command              n. 命令,指令 [k?'mɑ:nd](指挥, 控制)(command-line 命令行)

Comments    [java]  文本注释

compile     [java]  v.编译Compilation n.编辑

const       (保留字)

constant             n. 常量, 常数, 恒量

continue    (关键字)

coupling             耦合,联结

making sure that classesknow about other classes only through their APIs.

declare     [java]  声明

default     (关键字) 默认值; 缺省值

delimiter            定义符; 定界符

Encapsulation[java]  封装 (hidingimplementation details)

Exception   [java]  例外; 异常

entry                n.登录项, 输入项, 条目['entri]

enum        (关键字)

execute              vt.执行 ['eksikju:t]

exhibit              v.显示, 陈列 [ig'zibit]

exist                存在, 发生 [ig'zist]'(SQL关键字 exists)

extends     (关键字) 继承、扩展 [ik'stend]

false       (关键字)

final       (关键字) finally (关键字)

fragments            段落; 代码块

FrameWork   [java]  结构,框架

Generic     [java]  泛型

goto        (保留字) 跳转

heap                 n.堆 [hi:p]

implements  (关键字) 实现

import      (关键字) 引入(进口,输入)

Info                n.信息(information )

Inheritance [java]  继承 (遗传,遗产)

initialize           预置 初始化

instanceof  (关键字) 运算符,用于引用变量,以检查这个对象是否是某种类型。返回 boolean 值。

interface   (关键字) 接口

invoke               vt.调用

Iterator    [java]  迭代器, 迭代程序

legal                合法的

log                  n.日志,记录

native      (关键字)


nested      [java]  嵌套的 '如:内部类(nested classes)

Object      [java]  对象

Overload    [java]  方法的重载(不同参数列表的同名方法)


Override    [java]  方法的覆盖(覆盖父类的方法)


polymiorphism[java]  多态 (polymorphism 多形性

allowing a single objectto be seen as having many types.

principle            n.原则,原理,主义

priority             n. 优先级

process              n. 程序, 进程

protected   (关键字) 受保护的,私有的

provide              v.规定(供应,准备,预防)


reference            n. 参考(引用,涉及)
-->reference variable 参量, 参考变量,引用变量

Reflection  [java]  反射

script               n.手写体,小型程序 [skript]

serialized           vt.序列化,串行化'(serializable adj.)(deserialize反序列化,反串行化)

Socket      [java]  网络套接字['sakit]

stack                n.堆栈 [stak] (对应 heap 堆)

statement            程序语句; 语句['steitmant]'
n. 陈述,指令

subclass             n.子类  (supertype 父类)

switch      (关键字) 选择语句。 n.开关,道岔 [swit?]

synchronized (关键字) 同步(锁)


Thread      [java]  线程 [θred]

throw       (关键字) throws  (关键字) [θrau] 抛出(异常)

transient   (关键字) 瞬变;临时的(可序列化)

valid                正确的,有效的

variable             n.变量 a.可变的

volatile    (关键字) 不稳定的

while       (关键字) 循环语句。当...的时候





项目常用单词

A.

argument 参量  abstract 抽象ascent 提升
already 已经

AWT(Abstract Window Toolkit)抽象窗口工具

API(Application Programming Interface)应用程序接口

B.

byte 字节  Boolean 布尔  banana香蕉
base 基础

buffer缓冲器  button 按钮  break  中断
body 身体

C.

color 颜色  class 类  count 计数
client 客户

code 代码calculation 计算  cell 单元 circle圆
capital首都

catch捕获 check 检查 container容器
component 组件

command 命令 cube立方,三次方char(=character)字符

cancel取消 case 情况 choice选择 click单击 center 中心

compile编译  clone克隆,复制  continue 继续 create建立

D.

draw 绘图 data数据 demo 示例

DLL(Dynamic Link Library)动态链接库  document 文档

descent 继承  division 分裂,除法  define定义,说明display显示

E.

error 错误 extends 扩展  executed 执行
event 事件

enter 输入,回车键  exception 异常  except 除外

employee 雇员environment环境 east 东方equal 相等 Echo 重复

F.

false 假的  float 单精度型  fruit 水果
file 文件  find 发现

found 发现  field 域  final 终结的 friend 朋友 fill 填充

focus 焦点font 字体  factorial 阶乘

G.

graphic 图像 grid 方格  GUI图形化用户接口
get 得到

H.

host 主机  height 高度

I.

init(=initialize)初始化  input 输入  implement 实现

instance 实例  io(=input/output)输出输入  interrupted 中断

int(=integer)整型  item元素interface 接口 inner 内部的

import 导入 index 索引image 图像

J.

Java 爪哇 JDK(JavaDevelopment Kit) Java开发工具

JSP(Java Server Page) Java服务页

JVM(Java VirtualMachine) Java虚拟机

K.

Kit 工具

L.

language 语言 loop 循环 long 长整型

label 标签 layout 布局 list 列表 listener 收听者

M.

move 移动 menu 菜单 mode 模式 method 方法

metric 米的,公尺 motion 运动 manager 经理

main 主要的msg(=message) 消息

N.

new 新的 number 数字 north 北方 null 空的 native 本地的

O.

override 过载 orange 橘子 output 输出

object 对象 out 外部的 oval 椭圆

P.

public 公共的 protected保护的

private 私有的 property 属性 point 点 price 价格

problem 问题 package 打包,包裹 print 打印

path 路径 po;ygon多边形 program 程序 prompt 提示

parse 分析 press 按,压 panel 面板 paint 画

Q.



R.

return 返回 runnable 可捕获的 radius 半径

round 环绕 release 释放rect(=rectangle)长方形

radio 无线电 resolve 解析

S.

short 短整型 south 南方的 string 字符串

static 静态的 system 系统 seed 种子 seasonal 季节的

set 设置 super 超级 square 平方,二次方 sub 替代的

screen 屏幕 sound声音 state 状态 salary 薪水 sleep 睡觉

size 大小,尺寸 start 开始 sort 排序 status 状态

synchronize 同步发生 switch 开关 stream流 symbol 符号

T.

true 真的 title 标题 type 类型temp(=temporary)暂时的

throw 扔 thread 线程 temperate 温度 tool 工具 try 试图

U.

undefined 未定义 UI(UserInterface) 用户接口

update 更新 URL(Uniform Resource Locator) 统一资源定位器

V.

volatile 挥发性 visible 不可见的 virtual 虚拟的

variable 变量 value 数值 void 无返回值的 volume 列 viewer 观察者 vector 矢量