:
JDK(Java Development Kit) java开发工具包JVM(Java Virtual Machine) java虚拟机Javac 编译命令
java 解释命令
Javadoc 生成java文档命令
classpath 类路径
Version 版本
author 作者
public 公共的
class 类
static 静态的
void 没有返回值
String 字符串类
System 系统类
out 输出
print 同行打印
println 换行打印
JIT(just-in-time) 及时处理
第二章:
byte 字节
char 字符
boolean 布尔
short 短整型
int 整形
long 长整形
float 浮点类型
double 双精度
if 如果
else 否则
switch 多路分支
case 与常值匹配
break 终止
default 默认
while 当到循环
do 直到循环
for 已知次数循环
continue结束本次循环进行下次跌代length 获取数组元素个数
第三章:
OOP object oriented programming 面向对象编程
Object 对象
Class 类
Class member 类成员
Class method 类方法
Class variable 类变量
Constructor 构造方法
Package 包
Import package 导入包
第四章:
Extends 继承
Base class 基类
编程英语要求高吗Super class 超类
Overloaded method 重载方法
Overridden method 重写方法
Public 公有
Private 私有
Protected 保护
Static 静态
Abstract 抽象
Interface 接口
Implements interface 实现接口
第五章:
Exception 意外,异常
RuntimeExcepiton 运行时异常
ArithmeticException 算术异常
IllegalArgumentException 非法数据异常ArrayIndexOutOfBoundsException 数组索引越界异常NullPointerException 空指针异常
ClassNotFoundException 类无法加载异常(类不能到)NumberFormatException 字符串到float类型转换异常(数字格式异常)IOException 输入输出异常
FileNotFoundException 不到文件异常
EOFException 文件结束异常
InterruptedException (线程)中断异常
try 尝试
catch 捕捉
finally 最后
throw 投、掷、抛
throws 投、掷、抛
print Stack Trace() 打印堆栈信息
get Message()获得错误消息
get Cause()获得异常原因method 方法
able 能够
instance 实例
check 检查
第六章:
byte(字节)
char(字符)
int(整型)
long(长整型)
float(浮点型)
double(双精度)
boolean(布尔)
short(短整型)
Byte (字节类)Character (字符类)Integer(整型类)
Long (长整型类)
Float(浮点型类)
Double (双精度类)Boolean(布尔类)
Short (短整型类)
Digit (数字)
Letter (字母)
Lower (小写)
Upper (大写)
Space (空格)
Identifier (标识符)
Start (开始)
String (字符串)
length (值)
equals (等于)
Ignore (忽略)
compare (比较)
sub (提取)
concat (连接)
replace (替换)
trim (整理)
Buffer (缓冲器)
reverse (颠倒)
delete (删除)
append (添加)Interrupted (中断的)
第七章:
Date 日期,日子
After 后来,后面
Before 在前,以前
Equals 相等,均等
toString 转换为字符串
SetTime 设置时间
Display 显示,展示
Calendar 日历
Add 添加,增加
GetInstance 获得实例
getTime 获得时间
Clear 扫除,清除
Clone 克隆,复制
Util 工具,龙套
Components 成分,组成
Month 月份
Year 年,年岁
Hour 小时,钟头
Minute 分钟
Second 秒
Random 随意,任意
Next Int 下一个整数
Gaussian 高斯
ArrayList 对列
LinkedList 链表
Hash 无用信息,杂乱信号
Map 地图
Vector 向量,矢量
Size 大小
Collection 收集
Shuffle 混乱,洗牌RemoveFirst 移动至开头RemoveLast 移动至最后lastElement 最后的元素
Capacity 容量,生产量
Contains 包含,容纳
Copy 副本,拷贝
Search 搜索,查询InsertElementAt 插入元素在某一位置第八章:
io->in out 输入/输出
File 文件
import 导入
exists 存在
isFile 是文件
isDirectory 是目录
getName 获取名字
getPath 获取路径
getAbsolutePath 获取绝对路径
lastModified 最后修改日期
length 长度
InputStream 输入流
OutputStream 输出流
Unicode 统一的字符编码标准, 采用双字节对字符进行编码Information 信息
FileInputStream 文件输入流
FileOutputStream文件输出流
IOException 输入输出异常
fileobject 文件对象
available 可获取的
read 读取
write 写
BufferedReader 缓冲区读取
FileReader 文本文件读取
BufferedWriter 缓冲区输出
FileWriter 文本文件写出
flush 清空
close 关闭
DataInputStream 二进制文件读取
DataOutputStream二进制文件写出
EOF 最后
encoding 编码
Remote 远程
release 释放
第九章:
JBuider Java 集成开发环境(IDE)
Enterprise 企业版
Developer 开发版
Foundation 基础版
Messages 消息格
Structure 结构窗格
Project 工程
Files 文件
Source 源代码
Design 设计
History 历史
Doc 文档
File 文件
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论