JVM Vs. JRE
what is the difference between JVM & JRE?
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