Siirry suoraan sisältöön

Advanced Java Programming Features (3 op)

Toteutuksen tunnus: TX00FI95-3001

Toteutuksen perustiedot


Ilmoittautumisaika

02.05.2023 - 07.08.2023

Ajoitus

07.08.2023 - 11.08.2023

Opintopistemäärä

3 op

Toteutustapa

Lähiopetus

Yksikkö

ICT ja tuotantotalous

Toimipiste

Leiritie 1

Opetuskielet

  • Englanti

Paikat

0 - 30

Koulutus

  • Degree Programme in Information Technology

Opettaja

  • Reinhard Schiedermeier

Ryhmät

  • ICTSUMMER
    ICT Summer School

Tavoitteet

The Java programming language steadily integrates new language features, to adjust with evolving requirements. These features render Java a more expressive, more effective, and safer language.

This course covers a selection of advanced features that are commonly underused. Students learn how to make best use of them, to solve real-world problems, and learn about these features' respective advantages and limitations.

Sisältö

Topics discussed are:
* Records, immutability and mutability, delegation and inheritance.
* Nested types, their application for factories and object pooling;
Inner classes for tightly coupled objects;
Local and anonymous types for one-shot use.
* Functional interfaces, Lambdas and method references.
* Streams and their application of lambdas;
Streams as an alternative to loops, and Optional vs null.
* Generic types and methods, Wildcard types and type variances,
the Java compiler's type inference.
* Enhanced Switch statements and Type patterns, deconstruction of records.

Lisätietoja opiskelijoille

Students need to bring their own laptop.

Participants require a computer with an installation of
* Java JDK (version 19),
* IDE IntelliJ/Idea (community edition)

Both are freely available for Windows, MacOS and Linux.
Simple tests to validate the environment setup are provided prior to course beginning.

Arviointiasteikko

0-5

Arviointimenetelmät ja arvioinnin perusteet

Each topic includes hands-on programming assignments, at various and selectable levels of difficulty. Successful solutions of exercises correspond to assessment levels.

Esitietovaatimukset

Moderate Java programming proficiency is required, as well as an understanding of object oriented key concepts, like classes, inheritance and interfaces.