题目:Java常用英语汇总(更新升级版),下面我们就来聊聊关于java程序员必记的英文?接下来我们就一起去了解一下吧!
java程序员必记的英文
题目:Java常用英语汇总(更新升级版)
abstract (关键字) 抽象['.bstr.kt]
access vt.访问,存取['.kses]'(n.入口,使用权)
algorithm n.算法['.lg.riem]
annotation [java]代码注释[.n.u'tei..n]
anonymous adj.匿名的[.'n.nim.s]'
(反义:directly adv.直接地,立即[di'rektli, dai'rektli])
apply v.应用,适用[.'plai]
application n.应用,应用程序[,.pli'kei..n]' (application crash程序崩溃)
arbitrary a.任意的['ɑ:bitr.ri]
argument n.参数;争论,论据['ɑ:gjum.nt]'(缩写args)
assert (关键字) 断言[.'s.:t] ' (java 1.4之后成为关键字)
associate n.关联(同伴,伙伴) [.'s.u.ieit]
attribute n.属性(品质,特征) [.'tribju:t]
boolean (关键字) 逻辑的,布尔型
call n.v.调用;呼叫; [k.:l]
circumstance n.事件(环境,状况) ['s.:k.mst.ns]
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命令行)
1.Dimensions维度
2.Component type多维数组的每一行(可以理解成二维数组的第一个元素是一维数组,这个一维数组的类型就是component type)
3.Invoke调用
4.Specified指定的
5.Belong to属于
6.Automatically自动地
7.Loaded被加载
8.Loader加载器
9.Cast转换
10.Associated with和什么关联
11.Compare…against和…比较
12.Declaration order声明序列
13.Modifier修饰语,修饰语
14.Underlying下一层的
15.Dynamic动态的
16.a widening conversion一个扩展转换
17.anonymous class匿名类
18.canonical按照规定的,权威的
19.assertion status声明状态或者使用状态
20.be assigned to指定给….
21.Fully qualified name完全限定的名字
22.The Instance of the class represented by this Class object 由这个Class对象表示这个类的实例.
23.Create a new Instance of the class represented by this Class object生成一个Class对象所代表的这个类的新的实例
24.The class is instantiated as if by a new expression with an empty argument list这个类被实例化好像是通过一个表达式并且是一个空的参数列表
25.Returns a Constructor object that reflects the specified public constructor of the class representedby this Class object返回一个Constructor对象,这个对象会反射出指定的public的构造方法由这个类所代表的类的public构造方法。
26.Returns a Method object that reflects the specified public member method of the class or interface represented by this Class object返回一个Method对象,这个Method会反射出指定的类或者接口由这个Class对象所代表的类或者接口当中指定的public方法。
27.The accessibleObject class is the base class for Field,Method and Constructor objects,It provides the ability to flag a reflected object as suppressing default Java language access control checks when it is used这个AccessibleObject类是Filed,Method,Constructor的父类,它提供了这种能力去给一个反射的对象去压制默认的java语言访问控制检查。
28.Set theaccessibleflag for this object to the indicated boolean value. A value oftrueindicates that the reflected object should suppress Java language access checking when it is used. A value offalseindicates that the reflected object should enforce Java language access checks.用这个表示布尔值的值设置这个对象的访问的标志,如果为真值,这个反射的对象应当压制java语言的访问检查当它被使用的时候,如果为假,这个反射对象应当强制java的访问检查。
29.Java.lang.Class<T>--àType getGenericSuperclass()
Returns theTyperepresenting the direct superclass of the entity (class, interface, primitive type or void) represented by thisClass.
,