A good question is never answered. It is not a bolt to be tightened into place but a seed to be planted and to bear more seed toward the hope of greening the landscape of the idea. John Ciardi
JavaBeginnersFaq
"Yesterday is history, tomorrow is a mystery, and today is a gift; that's why they call it the present." Eleanor Roosevelt
SCJP 1.4 (91%)<br />SCJD 1.4 (376/400, 94%)
The soul is dyed the color of its thoughts. Think only on those things that are in line with your principles and can bear the light of day. The content of your character is your choice. Day by day, what you do is who you become. Your integrity is your destiny - it is the light that guides your way. - Heraclitus
KNOWLEDGE IS POWER.....SPREAD THE LOVE
Originally posted by KEN O.:
The JVM sits between your program and the computer. It creats a
hypothetic compter that has a program called an interpreter used to convert your written code into byte codes 1's and 0's which the JVM can handle with the help of your processor(hardware.
I think of the JRE as the process and eviroment in which you come in to say where what happens, maybe a console for javac and not the code editor itself.
JVM is included in JRE and runs your code. If you want to develop java apps, you need the JavaDeveloperKit (JDK).
i guess the JDK contains both.It's the Java Development Kit.
Originally posted by KEN O.:
The JVM sits between your program and the computer. It creats a hypothetic compter that has a program called an interpreter used to convert your written code into byte codes ...
Originally posted by Stefan Wagner:
The jvm is no interpreter, but a compiler itself.
It compiles the bytecode to specific machine-code.
The soul is dyed the color of its thoughts. Think only on those things that are in line with your principles and can bear the light of day. The content of your character is your choice. Day by day, what you do is who you become. Your integrity is your destiny - it is the light that guides your way. - Heraclitus
Originally posted by elysee chung:
According to Java web site
http://java.sun.com/docs/books/tutorial/getStarted/intro/definition.html
Question is
From Java web site
http://java.sun.com/docs/books/tutorial/getStarted/intro/cando.html
The figure (gs5.gif)
Which part is JVM ?
Java HotSpot Runtime ?
JavaBeginnersFaq
"Yesterday is history, tomorrow is a mystery, and today is a gift; that's why they call it the present." Eleanor Roosevelt
Message for you sir! I think it is a tiny ad:
Low Tech Laboratory
https://www.kickstarter.com/projects/paulwheaton/low-tech-0
|