阅读更多
Abstract Window Toolkit(AWT) 抽象窗口工具包
Abstraction 抽象
Anonymous class 匿名类
Anonymous inner class 匿名内部类
Application Programming Interface (API)应用程序接口
Array 数组
Attribute 属性
Base class 基类/父类
Byte stream 字节流
Casting 类型转换
Character stream 字符流
Character 字符
Child class 子类
Class 类
Class member 类的成员
Class method 类的方法
Class variable 类变量
Collection interface Collection接口
Constructor 构造方法
Container 容器
Data Definition Language(DDL) 数据定义函数
Data source 数据源
Data Management System(DBMS) 数据库管理系统
Declaration 声明
Derived Class 派生类/子类
Encapsulation 封装
Event 事件
Event source 事件源
Exception 异常
Exception handling 异常处理
Garbage collection 垃圾回收机制
Generalization 一般化,泛化
Graphics User Interface (GUI) 图形用户界面
Identifier 标识符
Inheritance 继承
Inner class 内部类
Instance 实例
Integrated Development Environment (IDE) 继承开发环境
Interface 接口
Java Database Connectivity (JDBC) Java数据库连接
Java Development Kit(JDK) Java开发工具包
Java Foundation Class (JFC) Java基础类
Java Runtime Environment(JRM) Java运行时环境
Java Virtual Machine (JVM) Java虚拟机
Keyword 关键字
Layout manager 布局管理器
Local variable 局部变量
Member 成员
Meta data 元数据
Method 方法
Modifier 修饰符
Multithread 多线程
Object 对象
Object Oriented Programming (OOP) 面向对象编程
Open DataBase Connectivity (ODBC) 开放式数据库连接
Overloaded method 重载方法
Overridden method 重写方法
Package 包
Parent class 父类
Platform independent 跨平台
Polymorphism 多态
Runtime exception 运行时异常
Structured Query Language (SQL) 结构化查询语言
Sub class 子类
Super class 超类/父类
Synchronized method 同步方法
Thread 线程
Uniform Resource Locator (URL) 统一资源定位器
下面的英语词汇是本人准备SCJP所整理的,现在跟大家分享一下:
encapsulation--封装性 break encapsulation 破坏了封装性
duplicate------重复
invoke---------引用
template-------模板
conventions----公约
contract-------合同,契约,规范,缩短 expand or contract---变大与缩小
identifiers----标识符
keywords-------关键字
inheritance----继承
general--------普通
generate-------产生
explicitly-----明确
cohesive-------凝聚力
recommendations建议
adhere---------坚持
tricky --------绝招
spec-----------规格
compose--------组成
enhancement----增强
a set of-------一组
cleverly-------巧妙
internationally国际
currency character货币符号$
curly braces---花括号{}
comma----------逗号,
semicolon------分号;
parentheses----圆括号()
dot------------圆点.
ellipsis-------省略号……
square brackets方括号[]
angle brackets-尖括号<>
postfix--------后缀 也可以用suffix来表示
prefix---------前缀
preceding------先前的
valid----------有效的
inferred-------推断
retrieve ------重新找到,取回
method signatures方法签名
objective------目标, 目的
guarantee------保证
scope----------范围, 机会, 余地
modifiers------修饰词---------access modifiers----访问权限
polymorphically多态
polymorphism---多态性
collectively---全体的,共同的
crucial--------至关紧要
identical------一样的--------almost identical-----差不多
essentially ---本质上
more than------而不是
other than-----除了,不同于
but rather-----而是
anything but---除了……之外的任何东西; 绝不;
regardless-----不管
Variable Argument Lists可变形参列表
clarify--------澄清,阐明
syntax---------语法
Primitive------基本类型
presented------介绍
fragments------片段
compile--------编译 compilable-------可编译的
collision------冲突
duplicates-----副本
three-dimensional array 三维数组
restrict-------约束
i.e.-----------也就是
enclosed-------被附上的,依附于
nuances--------细微差别
concrete class-具体的类,即非abstract类
spot-----------认出,发现
immutable------不可改变的
inheritance----继承
hierarchies----层次
encapsulation--包装,封装
and theses-----形形色色的-----------and graduate theses 形形色色的大学毕业生
dedicated to---献身于
that is,------换句话说
In a nutshell--简单的说
diamond--------钻石,菱形
hint-----------提示,暗示,线索
Overriding-----覆盖-Overloading---重载
overriding method子类中的覆盖方法
overriden method父类中的被覆盖方法
checked exception===RuntimeException
unchecked exception==非runtime exception
pass the buck to推卸责任给……
Covariant Returns协变返回
assign----------赋值
Coupling--------耦合
Cohesion--------结合,聚合
up front--------预先 admit it up front------预先接纳
With respect to 关于
fragments ------片段
respective------各自的
For the most part在极大程序上
decimal----------十进制
octal-------------八进制
hexadecimal ------十六进制
decimal fraction--小数
implicit----------暗示的 explicit-----直接的
Variable Scope----变量作用域
Wrapper Classes---封装类,如Boolean,Chracter
unBoxing------------拆包------autoboxing-------封装包
Likewise----------同样地
eligible----------符合条件 eligible for garbage collection----符合垃圾回收器的条件
emptied-----------耗尽
reclaimed---------回收,再生
boils down to-----归结为
contrary to-------与什么相反
candidates--------考生,候选人
operands----------操作数
Remainder Operator-- 余数
reminder-------------提醒
remainder------------余数
evaluate----------求值
rightmost---------最右边的
ternary operator--三元操作符
Short-Circuit----使……短路
recursion--------递归
mythical---------神话
is out of--------脱离危险
Side Effects-----副作用
So far so good---到现在为止,一直都还很好
backwards and forwards来回地
sets aside-------留出
as if by magic不可思议的
Calendaring------日历
Locale-----------现场
checkered--------多变的
delimiters-------定界符
get away with it-侥幸成功,逃脱处罚
from Within------从……的内部
is subject to----从属于……;受……支配
issued from------由……产生
In addition to ……also 除了……外,还可以……
alias------------别名
cries out for----迫切需要
be back----------来回
concurrently-----并发的
be in for--------要遭遇^
daemon threads---守护线程,即后台线程