InterviewSolution
| 1. |
What Is Java Platform ? |
|
Answer» CONSISTS of class libraries, a Java virtual machine (JVM) and class loader (which comprise the runtime environment) and a compiler, debugger and other tools (which comprise the development kit). In addition, the runtime platform is subject to a set of compatibility REQUIREMENTS to ensure consistent and COMPATIBLE implementations. Implementations that meet the compatibility requirements may qualify for Sun's TARGETED compatibility brands. Java 2 is the current generation of the Java Platform. Consists of class libraries, a Java virtual machine (JVM) and class loader (which comprise the runtime environment) and a compiler, debugger and other tools (which comprise the development kit). In addition, the runtime platform is subject to a set of compatibility requirements to ensure consistent and compatible implementations. Implementations that meet the compatibility requirements may qualify for Sun's targeted compatibility brands. Java 2 is the current generation of the Java Platform. |
|