Java Platform Standard Edition 7 Documentation(Java平台标准版本7文档)

 
Oracle has two products that implement Java Platform Standard Edition (Java SE) 7: Java SE Development Kit (JDK) 7 and Java SE Runtime Environment (JRE) 7.(Oracle有两个产品实现了Java平台标准版本(Java SE)7:Java SE开发工具包(JDK)和Java SE运行环境(JRE)7)
 
JDK 7 is a superset of JRE 7, and contains everything that is in JRE 7, plus tools such as the compilers and debuggers necessary for developing applets and applications.(JDK7是JRE7的超集,JDK 7包含了JRE 7的所有内容,还有工具,比如编译器和调试器,编译器和调试器是开发小应用程序和应用程序的必要工具。) JRE 7 provides the libraries, the Java Virtual Machine (JVM), and other components to run applets and applications written in the Java programming language.(JRE7提供了类库和java虚拟器,和其他的可以运行用java编程语言编写的小程序和应用程序的组件)
 
The following conceptual diagram illustrates Java component technologies:(下面概念图阐明了java组件技术)