java常用的单词,快点收藏点赞吃灰

基础----进阶

A. array数组accessible 可存取的  area面积audio 音频   addition  加法  action 行动  arithmetic 算法adjustment 调整  actual 真实的    argument 参量ascent 提升  already 已经  AWT(Abstract Window Toolkit)抽象窗口工具  API(Application Programming Interface)应用程序接口

B. byte 字节  Boolean 布尔base 基础  buffer缓冲器  button 按钮  break  中断  body 身体

C. color 颜色  class 类  count 计数  client 客户  code 代码calculation 计算  cell 单元 circle圆  capital首都  catch捕获 check 检查 container容器  component 组件  command 命令 cube立方,三次方 char(=character)字符  cancel取消 case 情况 choice选择 click单击 center 中心 compile编译  clone克隆,复制 

D. draw 绘图 data数据 demo 示例 DLL(Dynamic Link Library)动态链接库  document 文档  descent 继承  division 分裂,除法  define定义,说明 display显示

E. extends 扩展  executed 执行  event 事件exception  异常  except 除外 employee 雇员environment 环境 east 东方 equal 相等 Echo 重复

F. false 假的  float 单精度型  fruit 水果  file 文件  find 发现found 发现  field 域  final 终结的 friend 朋友 fill 填充  focus 焦点font 字体  factorial 阶乘

G. graphic 图像 grid 方格  GUI图形化用户接口


H. host 主机  height 高度

I. init(=initialize)初始化  input 输入  implement  实现  instance 实例  io(=input/output)输出输入  interrupted  中断  int(=integer)整型  item元素 interface 接口 inner 内部的 import 导入 index 索引

J. JDK(Java Development Kit) Java开发工具 JSP(Java Server Page) Java服务页 JVM(Java Virtual Machine) Java虚拟机

K. Kit 工具

L. language 语言 loop 循环 long 长整型 label 标签 layout 布局 list 列表 listener 收听者

M. move 移动 menu 菜单 mode 模式 method 方法 metric 米的,公尺 motion 运动 manager 经理 main 主要的 msg(=message) 消息

N. new 新的 number 数字 north 北方 null 空的 native 本地的

O. override 过载output 输出 object 对象 out 外部的 oval 椭圆

P. public 公共的 protected 保护的 private 私有的 property 属性 point 点 price 价格 problem 问题 package 打包,包裹 print 打印 path 路径 polygon 多边形 program 程序 prompt[prɔmpt] 提示 parse[pɑ:z] 分析 press 按,压 panel 面板 paint 画

R. return 返回 runnable 可捕获的 radius['reidiəs] 半径 round 环绕 release 释放 rect(=rectangle)长方形 radio['reidiəu] 无线电 resolve 解析

S. short 短整型 south 南方的 string 字符串 static 静态的 system 系统 seed 种子 seasonal 季节的 set 设置 super 超级 square 平方,二次方 sub 替代的 screen 屏幕 sound声音 state 状态 salary 薪水 sleep 睡觉 size 大小,尺寸 start 开始 sort 排序 status 状态 synchronize 同步发生 switch 开关 stream symbol 符号

T. true 真的 title 标题 type 类型 temp(=temporary)暂时的 throw 扔 thread 线程 temperate 温和的,有节制的,temperature  tool 工具 try 试图

U. undefined 未定义 UI(User Interface) 用户接口 update 更新 URL(Uniform Resource Locator) 统一资源定位器

V. volatile 挥发性 visible 可见的 virtual 虚拟的 variable 变量 value 数值 void 无返回值的 volume 量 viewer 观察者 vector 矢量

W. width 宽度 workspace 工作区warrior 勇士 while 当……时

Z. zero 零


java常用名词解释:
AAA  认证

(Authentication):验证用户的身份与可使用的网络服务;授权(Authorization):依据认证结果开放网络服务给用户;计帐(Accounting):记录用户对各种网络服务的用量,并提供给计费系统。 简称AAA系统。 
 

AWT  Abstract Window Toolkit(抽象窗口工具包),第一代的 Java GUI工具包,现在基本已经不使用其中的组件,已经被Swing取代,但是Swing是扩展AWT而来。AWT中还包含很多现在GUI编程还在频繁使用的内容,例如事件处理及监听、布局管理器等。AWT也是JFC的一部分。 
API  Application Programming Interface(应用编程接口), 语言、框架以及类库对外提供的编码的接口。 
A

你可能感兴趣的:(java,开发语言,后端)