Core java

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tskumarme
    New Member
    • Mar 2008
    • 2

    Core java

    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
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    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

    Comment

    • BigDaddyLH
      Recognized Expert Top Contributor
      • Dec 2007
      • 1216

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

      Comment

      Working...