954,554 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Difference between Java Runtime and JVM

hi,

can anybody please help me understand the difference between java runtime and java virtual machine?

aripaka
Light Poster
36 posts since Aug 2005
Reputation Points: 10
Solved Threads: 0
 

Java Runtime is used to only run applications on a machine. There is no ability to compile java code into java classes with the Runtime environment. The Java Runtime uses a Java Virtual Machine.

The Java Virtual Machine is what gives java its cross-platform ability. There is a virtual machine built for each operating system. The JVM then takes the java compiled code and turns it into machine code to be run by the OS.

Easy as Cake.

Nate

hooknc
Posting Whiz in Training
219 posts since Aug 2005
Reputation Points: 11
Solved Threads: 8
 

What happened to search engines? Do a bit of your own research, this is something you should find readily.

jwenting
duckman
Team Colleague
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337
 

hi,

can anybody please help me understand the difference between java runtime and java virtual machine?


hi dear,
java runtime is the environment that will be created by the JVM to run the java programs.

satyakishore
Newbie Poster
3 posts since Oct 2006
Reputation Points: 10
Solved Threads: 0
 

By using a search engine, I was led here....thanks for being so helpful Duck Man.

thebody
Newbie Poster
1 post since Apr 2010
Reputation Points: 8
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You