Connecting Tech Pros Worldwide Forums | Help | Site Map

Core java

Newbie
 
Join Date: Mar 2008
Posts: 2
#1: Jul 5 '08
hi to all,

I want to know detailed about JVM,JRE,JDK... I mean i have confused by my friend. Also i want exact difference and relationships with this....


thanks and advance...

JosAH's Avatar
Expert
 
Join Date: Mar 2007
Posts: 10,611
#2: Jul 5 '08

re: Core java


JVM == Java Virtual Machine; the core of it all;
JRE == JVM + Java Runtime Environment; all the core classes that make the entire thing run programs;
JDK == JRE + Java Development Kit; all the tools needed to (de)compile Java source files and generate documentation.

kind regards,

Jos
BigDaddyLH's Avatar
Moderator
 
Join Date: Dec 2007
Location: Kelowna, BC Canada
Posts: 1,212
#3: Jul 8 '08

re: Core java


Here's a further explanation: http://java.sun.com/docs/books/tutor...tro/index.html
Reply