difference

wat is the difference between JRE,JDK.

[45 byte] By [kula934a] at [2007-11-27 11:30:50]
# 1

What is google?

kajbja at 2007-7-29 16:36:11 > top of Java-index,Java Essentials,Java Programming...
# 2

http://www.google.com/search?q=difference+between+jre+and+jdk

kajbja at 2007-7-29 16:36:11 > top of Java-index,Java Essentials,Java Programming...
# 3

you mean: http://www.google.com/search?q=what+is+google ==>

Results 1 - 10 of about 535,000,000 for what is google. (0.11 seconds)

jwentinga at 2007-7-29 16:36:11 > top of Java-index,Java Essentials,Java Programming...
# 4

> you mean:

> http://www.google.com/search?q=what+is+google ==>

>

> Results 1 - 10 of about 535,000,000 for what is

> google. (0.11 seconds)

I'm getting only 439,000,000 results in 0.03 seconds

why is that ?

New_Kida at 2007-7-29 16:36:11 > top of Java-index,Java Essentials,Java Programming...
# 5

> > you mean:

> > http://www.google.com/search?q=what+is+google ==>

> >

> > Results 1 - 10 of about 535,000,000 for what is

> > google. (0.11 seconds)

>

> I'm getting only 439,000,000 results in 0.03

> seconds

>

> why is that ?

Filtering? Using another server?

kajbja at 2007-7-29 16:36:11 > top of Java-index,Java Essentials,Java Programming...
# 6

JRE = Java Runtime Environment. Contains the Java Virtual Machine on which Java apps run. To run a Java program you need the appropriate JRE for your machine.

JDK = Java Development Kit. A set of tools to develop Java programs. A JDK includes also a JRE. You need this only if you want to program in Java and compile your programs.

java_knighta at 2007-7-29 16:36:11 > top of Java-index,Java Essentials,Java Programming...
# 7

> > you mean:

> > http://www.google.com/search?q=what+is+google ==>

> >

> > Results 1 - 10 of about 535,000,000 for what is

> > google. (0.11 seconds)

>

> I'm getting only 439,000,000 results in 0.03

> seconds

>

> why is that ?

Google is becoming more of a mystery all the time, therefore the number of people claiming to know what it is is going down.

jwentinga at 2007-7-29 16:36:11 > top of Java-index,Java Essentials,Java Programming...
# 8

Try following links too

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

http://www.jguru.com/faq/view.jsp?EID=46212

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

shagila at 2007-7-29 16:36:11 > top of Java-index,Java Essentials,Java Programming...