Trail: Essential Java Classes The Java Tutorials
If you want to develop Java programs yourself, you install the JDK. The JDK, on the other hand, packages the JRE along with all the necessary libraries for developing Java programs. If you would like to understand the architecture of JVM at a deeper level, I would suggest Siben Nayak's in-depth article on the topic. [...]