InterviewSolution
Saved Bookmarks
| 1. |
What Is Java Runtime Environment (jre) ? |
|
Answer» A subset of the JAVA Development Kit (JDK) for end-users and developers who want to redistribute the runtime ENVIRONMENT alone. The Java runtime environment consists of the Java virtual machine1, the Java CORE CLASSES, and supporting files. A subset of the Java Development Kit (JDK) for end-users and developers who want to redistribute the runtime environment alone. The Java runtime environment consists of the Java virtual machine1, the Java core classes, and supporting files. |
|