0% found this document useful (0 votes)
10 views3 pages

How Java Is Platform Independent

How Java is Platform Independent
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views3 pages

How Java Is Platform Independent

How Java is Platform Independent
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd

MyClass.

java [ Source code ]


compile

MyClass.class [ byte code ] What if we would


like to run this
run
code on other
JRE platforms?
JVM API

Windows
Compile once run
MyClass.class [ byte code ] anywhere [ on any
platform ]
run

JRE
JVM API

Linux
Compile once run
MyClass.class [ byte code ] anywhere [ on any
platform ]
run

JRE
JVM API

Macintosh

You might also like