Java Terms that are Plagued with Vaguery

Posted by Adam Tannon on Programmers See other posts from Programmers or by Adam Tannon
Published on 2012-07-07T12:09:19Z Indexed on 2012/07/07 15:22 UTC
Read the original article Hit count: 250

Filed under:
|

What's the difference between a Java Process (what your OS sees) and a JVM? Are they one in the same or are they actually different?

How are the JRE and JDK different (in purpose and file content), and which one contains the libraries for Java SE?

What's the difference between the Java "Runtime" and a JVM?

These are questions I've been asking myself (and colleagues) for years and everybody seems to have very different answers.

© Programmers or respective owner

Related posts about java

Related posts about jvm