Lab exercises are usually published as a BlueJ project. Click on the lab links on the page to download each BlueJ project lab and unzip it to a directory on your computer. Open the project in BlueJ.
Open the README (text) file in the downloaded BlueJ project for instructions for completing each lab.
In some projects classes are provided to either launch a demonstration or run JUnit tests. Do not change existing method signautres: if your classes can not run with these checking classes, then they can not be marked.
See below for important information about assessment.
There are many more practical exercises provided in the text book and also suggestions for on the Resources page. You are encouraged to try as many of these as you can - practising reading and writing code is the best way to learn to program.
The CITS1001 Java style guide should be used for preparing your Java assignments. See the for details.