单词

关键字

public 公共的      class 类       package 包          void 无返回的            static 静态的

String 字符串类型    int 整数型    char 字符型         double 浮点数型

boolean 布尔类型                           long 长整型         float 长浮点型

byte 字节型

      

特殊词(类,包名等)

String 字符串函数                     String 字符串             System  系统

 

其他词

Project 项目,事项        file 文件               keywords 关键字        resolve 解析       

Initialize 初始化          parameter 因素,特征; 界限                  stream 一连串,流出   

syntax 语法                error 错误           token 象征,记号  

convert 转变,换算       mismatch 错配(type mismatch )        print 打印

multiple 重复的,多个的adj                     duplicate 重复 v              

marker 标识符     (例Multiple markers at this line.)

operator 运算符         argument 有争议的

field  领域,场地          method 方法      facility 设备,设施,能力

standard 标准,规格     access 到达         property 特性,属性

defined 明确的,清晰的                         external 表层的,外围的

utility  各种工作都会用到的,有各种途径的

array  队列,阵列,数组

The System class contains several useful class fields and methods. It cannot be instantiated. Among the facilities provided by the System class are standard input, standard output, and error output streams; access to externally defined properties and environment variables; a means of loading files and libraries; and a utility method for quickly copying a portion of an array.

 

terminate 使…到达终点   line 队列,线

posted @ 2021-04-11 21:31  李帅1218  阅读(95)  评论(0)    收藏  举报