JVM and JRE

Hi,

I'm confused with the concept of JVM and JRE

I will explain what i know? Kindly check it out

JRE: For any Java Application to run i need to install JRE

JRE has JVM with it...

JVM acts as a interpreter...(interprets the bytecode)

I think there is a JVM with JDK also...what is the difference between these two JVM's

Kindly check whether the explanation given by me is correct or not and

pls explain the DIFF. between the two JVM's

Thanks,

Ram

[515 byte] By [ram-javaa] at [2007-11-27 11:46:14]
# 1

Hi,

http://forum.java.sun.com/thread.jspa?threadID=593100&messageID=3107121

http://wiki.answers.com/Q/What_is_difference_between_JVM_and_JRE

http://www.google.com/search?q=what+is+the+different+between+jre+and+jvm&client=netscape-pp&rls=com.netscape:en-US

drvijayy2k2a at 2007-7-29 18:06:21 > top of Java-index,Java Essentials,Java Programming...
# 2

hi,

jre=jvm+some classes(like awt,swing...)

u can find jvm in both jre and jdk.

simply you keep it in mind

drvijayy2k2a at 2007-7-29 18:06:21 > top of Java-index,Java Essentials,Java Programming...
# 3

> some classes(like awt,swing...)

Actually they would be packages.

floundera at 2007-7-29 18:06:21 > top of Java-index,Java Essentials,Java Programming...
# 4

Thanks.

ram-javaa at 2007-7-29 18:06:21 > top of Java-index,Java Essentials,Java Programming...