English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Can any one explore this question to its depth and explain to its epical

2007-02-15 06:06:06 · 2 answers · asked by Srikanth 1 in Computers & Internet Programming & Design

2 answers

Well actually it's pretty simple, the JRE is the java runtime environment. The JVM is the virtual machine that java apps and applets run on. the JVM is packaged in together with the JRE which contains the Java API (the programming interface which provides class libraries so that programmers don't have to create classes for simple operations). Basically the JVM (a virtual processor) works with the API (which works as the interface) to run a java application.

2007-02-15 06:23:10 · answer #1 · answered by Mantis 2 · 0 0

Doubt that anyone can explore it to its depth and epical. That's a big order.

The main differece is that JRE is "the real thing". It is the Java program written by Sun Micro, the creators of Java.

JVM is Microsoft's "clone" of Java, which got them (once again) taken to court and sued for copyright infringement.

2007-02-15 14:14:34 · answer #2 · answered by dewcoons 7 · 0 0

fedest.com, questions and answers