This repo collects all the exercises produced and gathered by Marco Adriani, Andrea Gasparini and Davide Fella for the teaching of the 2023 Java Back-end Developer course offered by TreeSchool.
Module | Subject | Contents |
---|---|---|
1 | Java syntax and naming | |
2 | ABC dell'informatica in Java | |
3 | Git | |
4 | Object-Oriented Programming | Esercizi, Esempio Comparable |
5 | Ereditarietà Base | Esercizi, Esempi |
6 | Ereditarietà Avanzata | Esercizi, Approfondimento Comparable/Comparator, Esempio Iterable/Iterator |
7 | Generics & Collections | Esercizi |
8 | Eccezioni e annotazioni | Esercizi, Esempi eccezioni, Esempio Lombok |
9 | Gestione I/O - Packages | Esempi, Esercizi |
10 | Design Patterns | Esempi, Esercizi |
11 | Ricorsione | Esercizio File Explorer, Stringa palindroma ricorsiva |