Lecture1a Introduction To Java
Lecture1a Introduction To Java
Using Java
Introduction to Java
Executable Program in
Low-level Language
e.g. Intel x86 machine code
2019 1a Michael Fung, CS&E, The Chinese University of HK 5
Really Cross Platform?!
Windows on
HP UX
Tr e Intel x86
a t
ns ls a
la an
te
Tr
Basic Program [hello.bas]
Translate
te
Tr
sl a
an
an
sl a
Tr
te
Mac Sun
…
2019 1a Michael Fung, CS&E, The Chinese University of HK 6
Pitfalls
Web-based applications
Enterprise usage
Home usage
Set-top box, e.g. cable TV
Mobile usage
Android Apps
Compile
Java Compiler
We do this once
native code
Intel x86
Java Virtual
Mac
Machine (JVM)
ARM
2019 1a Michael Fung, CS&E, The Chinese University of HK 10
Java Compilation Model
Java Virtual
Mac
Machine (JVM)
ARM
2019 1a Michael Fung, CS&E, The Chinese University of HK 11
What is a VM?