JRE & JVM

What is the difference between JRE & JVM?
[52 byte] By [somu241074a] at [2007-10-3 1:19:01]
# 1

The JRE (Java Runtime Environment) contains the JVM (Java Virtual Machine) as well as the standard libraries and several tools.

The JVM knows how to execute Java Bytecode (the instructions contained in .class files), much like the CPU in your computer knows how to execute machine code (the instructions contained in executable native programs).

Herko_ter_Horsta at 2007-7-14 18:16:10 > top of Java-index,Desktop,Runtime Environment...
# 2
Thanks for u'r reply , I would like to know briefly about JRE purpose?
somu241074a at 2007-7-14 18:16:10 > top of Java-index,Desktop,Runtime Environment...
# 3
What do you mean by purpose? I guess the purpose of the JRE is to enable the user to run Java applications and applets.
Herko_ter_Horsta at 2007-7-14 18:16:10 > top of Java-index,Desktop,Runtime Environment...
# 4
Thanks for u'r reply,You replied previously like JRE contains JVM & several Tools.Several Tools means ......
somu241074a at 2007-7-14 18:16:10 > top of Java-index,Desktop,Runtime Environment...
# 5
Actually not so much tools as helper applications, such as Java WebStart and the Java Plugin.
Herko_ter_Horsta at 2007-7-14 18:16:10 > top of Java-index,Desktop,Runtime Environment...
# 6
Thank you very much Herko_ter_Horst What is Thick driver and Thin Driver in JDBC? Why it is calling like that?
somu241074a at 2007-7-14 18:16:10 > top of Java-index,Desktop,Runtime Environment...
# 7
If you have a new question, open a new thread.Since your new question is about JDBC, ask it on the JDBC forum and not on the JRE forum.
jesperdja at 2007-7-14 18:16:10 > top of Java-index,Desktop,Runtime Environment...