现在的位置: 首页 > 综合 > 正文

Java How Program(4th)中的专业词汇ch02

2013年12月09日 ⁄ 综合 ⁄ 共 2311字 ⁄ 字号 评论关闭

addition operator (+)
applet  小程序
application   应用程序
argument to a menthod
arithmetic operators
assignment operator (=)
assignment statement
associativity of operators
backslash(\) escape character
body of a class definition
body of a method definition
braces
case sensitive
character string
class
class definition
.class file extension
class keyword
binary operator  二元运算符
command tool
command window  命令提示窗口
comma-separated list
comment
compilation error
compile error
compiler
compiler-time error
condition
declaration
dialog
dialog box
division operator
document a program
empty string ("")
equality operators
== "is equal to "
!= "is not equal to "
escape sequence
exit method of System
false
graphical user interface (GUI)  图形用户接口
identifier  标识符
if structure
import statement
input dialog
int primitive type
integer (int)
Integer class
integer division
interpreter
Java
Java 2 Software Development Kit
Java applications programming interface (API)
Java class library
Java document comment
.java file extension
java interpreter  java解释器
java.lang package
javax.swing package
JOptionPane class
JOptionPane.ERROR_MESSAGE
JOptionPane.INFORMATION_MESSAGE
JOptionPane.QUESTION_MESSAGE
class name
main method
memory
memory location  存储单元
message
message dialog
method
Microsoft Internet Explorer browser
modulus operator (%)
mouse cursor  鼠标
MS-DOS Prompt
multiple-line comment
multiplication operator(*)
nested parentheses
Netscape Navigator browser 网景浏览器
newline character (\n)
object
operand  操作数
operator  操作符
package
parentheses ()
parseInt method of class Integer
precedence
primitive data type
programmer-defined class
prompt
public keyword
relational operators 关系运算符
< "is less than "
<= "is less than or equal to "
> "is greater than "
>= "is greater than or equal to "
reserved words
right brace,},ends the body of a class
right brace,},ends the body of a method
right-to-left associativity
rules of operator precedence
semicolon(;) statement terminator
shell tool
showInputDialog method of JOptionPane
showMessageDialog method of JOptoinPane
single-line comment
standard output object  标准输出对象
statement   语句
statement terminator(;)
JOptionPane.WARNING_MESSAGE
left brace ,{,begins the body of a class
left brace ,{,begins the body of a method
literal  字面的
string concatenation
string concatenation operator(+)
substraction operator (-)
syntax-error  语法错误
System class
System.out object
System.out.print method
System.out.println method
static method  静态方法
straight-line form
string
String class
title bar of a dialog 对话框的标题栏
true
user-defined class  自定义的类
variable 变量
variable name     变量名
variable value
void keyword  

white-space characters 空格字符

未完待续。。。

【上篇】
【下篇】

抱歉!评论已关闭.