The Artima Developer Community
Sponsored Link

Java Answers Forum
Diff between JVM and JRE

1 reply on 1 page. Most recent reply: Aug 22, 2002 2:43 AM by Ratul

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Javed

Posts: 15
Nickname: javedm
Registered: Aug, 2002

Diff between JVM and JRE Posted: Aug 20, 2002 3:07 AM
Reply to this message Reply
Advertisement
Whats the diff between JRE and JVM. Which is the core one, it it the JRE or the JVM ?

Thanks and Regards

Javed.


Ratul

Posts: 5
Nickname: rats
Registered: Aug, 2002

Re: Diff between JVM and JRE Posted: Aug 22, 2002 2:43 AM
Reply to this message Reply
JVM is an interpreter which executes byte codes.It does know nothing about the java language.

JRE compose of core java byte code class files which helps you do your programming without you having to write these core classes.

Flat View: This topic has 1 reply on 1 page
Topic: How to configure MYSQL in WSAD4.0.3 Previous Topic   Next Topic Topic: Advantages of servlets over jsp?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use