The Java language
- Introduction to Java
- What is Java and the advantages of Java.
- Installation of Java.
- The first applet.
- The Java syntax
- The reserved words
- The simple types : int, boolean, char, ...
- The operations on types
- The arrays
- The statements : for, while, do ... while, if ... else, swich ... case
- The objects and classes (The oriented programming side)
- The object : declaration, utilisation, example.
- The classes : class, implements, interface, package.
- The modifier for variables, methods and classes.
- Heritage : import, extends, super, this.
- The AWT package
- The windows management : Frame, Window, Panel, Dialog.
- The layout management.
- The component management : Button, TextField, Checkbox, Menu, List.
- The events management
- The big example.
- Appendix