Learning Objectives
In this week you’ll learn…
- how to create a new Java project (without any template).
- how to implement certain functions that were previously handled by the SaxionApp. We’ll focus on:
- How to print normal output to the console.
- Retrieve user input from the console.
- How to read data from a (csv) file without the use of the CsvReader class.
- how to add SaxionApp as a library to your own project (if needed).
- what static methods are and what the differences are between them and non-static methods.