Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/solesen1992/java-programming-masterclass-practice

Practice exercises from the Udemy course "Java 17 Masterclass" by Tim Buchalka.
https://github.com/solesen1992/java-programming-masterclass-practice

java java-17

Last synced: about 2 months ago
JSON representation

Practice exercises from the Udemy course "Java 17 Masterclass" by Tim Buchalka.

Awesome Lists containing this project

README

        

# Java programming masterclass practice
Practice exercises from the Udemy course "Java 17 Masterclass" by Tim Buchalka.

## Topics
The exercises have a wide range of topics:
- Fundamentals (if-else, overloading, etc.)
- Control flow (if-else, switch statements, different kinds of loops, etc.)
- Inheritance
- Polymorphism
- Concurrency
etc.