This course has been developed over 20 years. I’ve used it to teach 16-18 year olds both in the classroom and as distance learning materials.
There is very little explanation given here, I’d normally do that in the classroom. If you want to understand the background you’re better off elsewhere. So why share this?
The most important part of learning to code is practicing coding. The exercises here are designed to consolidate what you’ve learned. You’ll learn more by doing these exercises than reading ten other websites.
[[Installation Java, JRE, JDK and Eclipse]]
- [[0 Hello World]]
- [[1 Input Output]]
- [[2 Types]]
- [[3 Random Numbers and Rounding]]
- [[4 Selection]]
- [[5 for Loops]]
- [[6 while and do While Loops]]
- [[7 Arrays]]
- [[8 Reading From and Writing To Files]]
- [[9 Test]]
- [[10 Methods]]
- [[11 Nested Loops and Arrays]]
[[Testing Exercise]]
# Want to Practice More?
Try
* [[+ The Daily Java]]
* [[Project Euler]]
* [[Trick Questions]]
---
- [[Java Date and Time]]