Java中一些重要的词语解释

交互方式:
图形化界面(Graphical User Interface) GUI
命令行方式(Command Line Interface) CLI

JRE(Java Runtime Enviroment) Java运行环境
JDK(Java Development Kit) Java 开发工具包

集成开发环境IDE (Integrated Development Environment)

API (Application Programming Interface) 应用程序编程接口
(就是指JDK中提供的各种功能的Java类)

OOP(Object Oriented Programming) 面向对象程序设计
AOP(Aspect Oriented Programming) 面向切面编程

后续会陆续补充…

猜你喜欢

转载自blog.csdn.net/hujian66/article/details/84290802