
Topics covered are likely to include:
- Java compiler (javac.exe)
interpreter (java.exe) - variable declarations and assignments
- primitive data types
- standard input and output
(System.in and System.out) - use of the Scanner class
- Use of the JOptionPane class
- boolean operations
- conditionals
- if-else decisions
(including nested ifs) - switch statements
- for, while, and do-while loops
(including nested loops)