SLIDE 1
Introduction to Java Programming
Design goals Language features Running sample code Tools support A1
1
Introduction to Java Programming Design goals Language features - - PowerPoint PPT Presentation
Introduction to Java Programming Design goals Language features Running sample code Tools support A1 1 Origin Java was developed by Sun in the 1990s, as an alternative to C++. Designed to be multi-platform - Compiles to bytecode (IR)
1
2
3
4
5
6
7
8
9
Hello.java
10
11
Bicycle.java
12
13
14
15
Animals1.java
16
17
Animals2.java
18
19
20
21
24