JVM Vs. JRE

what is the difference between JVM & JRE?
[52 byte] By [saurabh@univa] at [2007-11-27 3:46:04]
# 1
http://wiki.answers.com/Q/What_is_difference_between_JVM_and_JRE
CaptainMorgan08a at 2007-7-12 8:49:49 > top of Java-index,Java Essentials,New To Java...
# 2
JVM is interpreter of byte code, JVM is responsible for executing bytecode,JRE is java runtime environment , which contains JVM for tht perticular platform, plus additional runtime dependency, required for execution of bytecode.sudhir http://www.jyog.com
Sudhir_nimavata at 2007-7-12 8:49:49 > top of Java-index,Java Essentials,New To Java...