2024年4月26日发(作者:)

Java编程常用英语汇总表

apply v.应用,适用 [.'plai]

application n.应用,应用程序 [,.]‘ (application

crash 程序崩溃)

arbitrary a.任意的 ['ɑ:]

argument n.参数;争论,论据 ['ɑ:]‘(缩写args)

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

associate n.关联(同伴,伙伴) [.']

attribute n.属性(品质,特征) [.'tribju:t]

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

call n.v.调用; 呼叫; [k.:l]

circumstance n.事件(环境,状况) ['s.:]

crash n.崩溃,破碎 [kr..]

cohesion 内聚,黏聚,结合 [k.u'hi:..n]

a class is designed with a single, well-focoused purpose.

应该不止这点

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

(command-line 命令行)

Comments [java]文本注释 [']

compile [java] v.编译 [k.m'pail]‘

1

Compilation n.编辑[,']

const (保留字)

constant n. 常量, 常数, 恒量 [']

continue (关键字)

coupling 耦合,联结 ['.]

making sure that classes know about other classes only through

their APIs.

declare [java]声明 [di'kl..]

default (关键字) 默认值 ; 缺省值 [di'f.:lt]

delimiter 定义符; 定界符

Encapsulation [java]封装 (hiding implementation 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]结构,框架 ['freimw.:k]

2