Skip to main content

Advanced Java Programming Features (3 ECTS)

Code: TX00FI95-3001

General information


Enrollment
02.05.2023 - 07.08.2023
Registration for the implementation has ended.
Timing
07.08.2023 - 11.08.2023
Implementation has ended.
Number of ECTS credits allocated
3 ECTS
Mode of delivery
On-campus
Unit
(2019-2024) School of ICT
Campus
Leiritie 1
Teaching languages
English
Seats
0 - 30
Degree programmes
Degree Programme in Information Technology

Implementation has 5 reservations. Total duration of reservations is 20 h 0 min.

Time Topic Location
Mon 07.08.2023 time 09:00 - 13:00
(4 h 0 min)
Advanced Java Programming Features TX00FI95-3001
MMC312 Oppimistila
Tue 08.08.2023 time 09:00 - 13:00
(4 h 0 min)
Advanced Java Programming Features TX00FI95-3001
MMC312 Oppimistila
Wed 09.08.2023 time 09:00 - 13:00
(4 h 0 min)
Advanced Java Programming Features TX00FI95-3001
MMC312 Oppimistila
Thu 10.08.2023 time 09:00 - 13:00
(4 h 0 min)
Advanced Java Programming Features TX00FI95-3001
MMC312 Oppimistila
Fri 11.08.2023 time 09:00 - 13:00
(4 h 0 min)
Advanced Java Programming Features TX00FI95-3001
MMC312 Oppimistila
Changes to reservations may be possible.

Objective

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.

Content

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.

Further information

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.

Evaluation scale

0-5

Assessment methods and criteria

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

Qualifications

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

Go back to top of page