java基础
public 公有的 | private 私有的 | protected 保护的 |
class 类, | void 空白, | static 静态的 |
final 最终的 | String 字符串 | int 整数类型 |
long 长整型 | double 双倍, | float 浮动, |
boolean 布尔类型 | byte 字节 | bit 位 |
Binnary 二进制 | short 短的, | char 字符, |
name 姓名 | phone 电话 | email 电子邮件 |
windows windows操作系统 | linux linux操作系统 | clear 清空 |
JVM java虚拟机 | JRE java运行环境 | JDK java开发工具包 |
IDE 集成开发环境 | eclipse 日食 | JAVA_HOME java的家 |
path 路径 | CLASSPATH 类路径 | package 包 |
class 类,类型 | main 主要的 | System 系统 |
out 出 | print 打印 | println 打印并换行 |
variable 可变的 | byte 字节 | short 短的,16位整型 |
int 整型 | long 长整型 | float 浮动, |
double 双倍, | boolean 布尔类型 | char 字符,字符类型 |
String 字符串 | bit 位 | Binnary 二进制 |
true 真 | false 假 | age 年龄 |
sex 性别 | address 地址 | salary 工资 |
score 成绩 | student Name 学生姓名 | english Teacher 英语老师 |
javaScore java成绩 | cardId 卡号 | cardPwd 卡密码 |
love 爱 | you 你 | import 引入、导入 |
scanner 扫描器 | day 日 | month 月 |
year 年 | if 如果 | else 否则 |
switch 开关 | case 实例、情况 | break 间断、打破 |
continue 继续 | max 大 | min 小 |
count 数量 | num 数字 | while 当...的时候 |
do 做 | for 为了、循环方式 | guess 猜 |
sum 和 | array 队列、数组 | length 长度 |
Math 数学 | random 随机的 | arraycopy 数组复制 |
Arrays 数组s | copyOf 复制 | sort 排序 |
sqrt 平方根 | flag 旗帜 | say 说 |
sayHi 问好 | plus 加 | public 公有的 |
private 私有的 | protected 保护的 | static 静态的 |
void 空白, | return 返回 | workspace 工作空间 |
home 家 | OS 操作系统 | profile 外形、轮廓 |
Integrate 集成 | Development 开发 | Environment 环境 |
literal 直接量 | distance 距离 | currentTimeMillis 当时时间毫秒数 |
money 金钱 | price 价格 | totalPrice 总价格 |
change 改变、变化 | Unicode 统一码 | ASCII ascii码表 |
child 孩子 | run 运行 | percent 百分比、百分数 |
size 大小 | width 宽 | height 高 |
index 索引 | LeapYear 闰年 | console 控制台 |
unitPrice 单价 | amount 数量 | command 命令 |
result 结果 | answer 答案 | total 总的 |
inputPwd 输入的密码 | temp 临时的 | src 源 |
srcPos 源位置 | dest 目标 | destPos 目标位置 |
original 原始的 | newLength 新长度 | bubble 冒泡 |
game 游戏 | count 数量 | input 输入 |
generate 生成 | next 下一个 | trim 整理、整齐 |
UpperCase 大写字母 | equals 相等的 | toCharArray 转为char数组 |
check 检查 | letter 字母 | cashier 出纳 |
tax 税 | taxIncome 征收所得税 | nine 九 |
prime 重要的、基本的 | level 级别 |
java面向对象
extends 扩展, | implements 实现 | Object 对象, |
field 字段, | property 属性 | method 方法 |
class 类 | gender 性别 | Emp 雇员 |
public 公共的 | class 类 | null 空 |
pointer 指针 | Exception 异常 | NullPointerException 空指针异常 |
address 地址 | study 学习 | teach 教课 |
eat 吃 | sleep 睡 | student 学生 |
teacher 老师 | cell 格、格子 | row 行 |
col 列 | column 列 | drop 下落 |
move 移动 | left 左 | right 右 |
get 得到、获取 | info 信息 | moveLeft 左移 |
moveRight 右移 | getCellInfo 得到格子的信息 | print 打印、输出 |
room 房间 | classroom 教室 | width 宽 |
height 高 | image 图片 | move 移动 |
shoot 发射 | course 课程 | pay 支付 |
this 这个 | study 学习 | teach 教课 |
cut 切 | eat 吃饭 | sleep 睡觉 |
tetromino 四格拼板 | extends 扩展, | implements 实现 |
Object 对象, | field 字段, | property 属性 |
method 方法 | class 类 | animal 动物 |
tiger 老虎 | person 人 | create 创建 |
apple 苹果 | banana 香蕉 | super 超级 |
new 新的、新建 | override 重写 | overload 重载 |
case 案例 | show 显示 | test 测试 |
package 包 | import 引入、导入 | public 公共的 |
private 私有的 | protected 受保护的 | static 静态的 |
final 最终的 | password 密码 | customer 顾客、帐户 |
customerName 帐户姓名 | customerPwd 帐户密码 | Shape 图形 |
area 面积 | Circle 圆形 | Square 方形 |
maxArea 最大面积 | unionPay 银联 | ICBC 中国工商银行 |
ABC 中国农业银行 | CCB 中国建设银行 | instance 实例、例子 |
frame 框架 | setSize 设置大小 | printInfo 输出信息 |
printCell 打印格子 | totalRow 总行数 | totalCol 总列数 |
return 返回 | cashier 出纳 | pay 支付 |
payByCash 现金支付 | payByCard 卡支付 | payByCheck 支票支付 |
companyName 公司名称 | getCellInfo 获取格子信息 | GC 垃圾回收器 |
garbage 垃圾 | collection 集合 | tetromino 四格拼板 |
value 值 | printTetromino 输出四格拼板 | mammal 哺乳动物 |
bird 鸟 | color 颜色 | base 基础的 |
point 点 | distance 距离 | cat 猫 |
car 汽车 | tank 坦克 | ostrich 驼鸟 |
fly 飞 | bird 鸟 | move 移动 |
parameter 参数 | runner 赛跑者 | hunter 猎人 |
speed 速度 | getBalance 获取余额 | drawMoney 取钱 |
checkPwd 检查密码 | payOnline 在线支付 | payTelBill 支付电话费 |
money 钱 | pwd 密码 | password 密码 |
number 数字 | phoneNum 电话号码 | parse 描述、分析 |
vehicle 车辆 | author 作者 | ClassCas tException 类型转换异常 |
Outer 外面的 | Inner 内部的 | time 时间 |
execute 执行 | action 动作、行为 | insert 插入 |
out 出 | menu 菜单、列表 | all 所有的 |
exercise 练习 | Object 对象 | List 列表 |
add 添加 | null 空 | Hexagon 六边形 |
payGasBill 支付燃气费 | bill 账单 | shoot 射击、发射 |
game 游戏 | ShootGame 射击游戏 | airplane 飞机 |
speed 速度 | FlyingObject 飞行物 | Enemy 敌人 |
getScore 获取分数 | step 移动、走步 | bounds 边界 |
outOfBounds 出界、越界 | DOUBLE_FIRE 双倍火力 | life 命 |
bee 蜜蜂 | getType 获取类型 | award 奖励 |
awardType 奖励类型 | bullet 子弹 | image 图片 |
shoot 射击 | shootBy 被射击 | hero 英雄 |
addLife 加命 | subtractLife 减命 | moveTo 移动到 |
other 其它的、另外的 | frame 框架 | panel 面板 |
pause 暂停 | game over | start 开始 |
running 正运行 | score 分数 | timer 时间 |
interval 间隔 | buffered 缓冲的 | background 背景 |
fly 飞 | IO 输入输出 | read 读 |
resource 资源 | getResource 获取资源 | exception 异常 |
try 尝试 | catch 抓住、捕获 | paint 画 |
graphics 制图 | state 状态 | always 一直的、总是 |
top 上方 | setAlwaysOnTop 设置总在最上 | default 默认的 |
visible 可见的、可视的 | action 行动 | mouse 鼠标 |
adapter 适配器 | mouseEntered 鼠标进入 | mouseExited 鼠标退出 |
mouseClick 鼠标点击 | mouseEvent | key 关键, |
listener 侦听 | motion 运动、滑动 | addMouseListener 添加鼠标监听器 |
addMouseMotionListener 添加属性一点监听器 | schedule 时间计划 | interval 间隔 |
nextOne 下一个 | flyEnteredIndex 飞行物入场计数 | shootIndex 射击计数 |
bang 碰撞 |
在线版本
在线版本:http://dida100.com/its/#/listw
在线版本有语音,更准确
扫码查看所有编程语言单词
|
戳原文👇在线背单词