"Java编程常用英文单词汇总及解析:对象、类、方法及继承等关键词详解"

0 下载量 98 浏览量 更新于2024-03-22 1 收藏 82KB DOC 举报
Java programming is a widely used language in the field of software development. To effectively understand and work with Java, it is essential to be familiar with the commonly used English words in Java programming. Here is a comprehensive list of 70 basic Java programming terms: OO: object-oriented OOP: object-oriented programming JDK: Java development kit JVM: Java virtual machine Compile: 编绎 Run: 运行 Class: 类 Object: 对象 System: 系统 out: 输出 print: 打印 line: 行 variable: 变量 type: 类型 operation: 操作, 运算 array: 数组 parameter: 参数 method: 方法 function: 函数 member-variable: 成员变量 member-function: 成员函数 get: 得到 set: 设置 public: 公有的 private: 私有的 protected: 受保护的 default: 默认 access: 访问 package: 包 import: 导入 static: 静态的 void: 无(返回类型) extends: 继承 parent class: 父类 base class: 基类 super class: 超类 child class: 子类 interface: 接口 implements: 实现 instance: 实例 exception: 异常 try: 尝试 catch: 捕获 finally: 最终 throw: 抛出 throws: 抛出(异常声明) new: 新建 this: 当前对象 super: 父类对象 abstract: 抽象的 final: 最终的 static: 静态的 synchronized: 同步的 native: 本地的 transient: 短暂的 volatile: 易失性的 strictfp: 严格fp class: 类 interface: 接口 extends: 继承 implements: 实现 enum: 枚举 package: 包 import: 导入 assert: 断言 byte: 字节 short: 短 int: 整型 long: 长 float: 浮动 double: 双精度 boolean: 布尔值 char: 字符 These terms are fundamental to Java programming and mastering them will provide a solid foundation for your Java development journey. Happy coding!