Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/solesen1992/java-programming-masterclass-practice
- Owner: solesen1992
- Created: 2024-08-13T13:29:42.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-24T10:11:51.000Z (5 months ago)
- Last Synced: 2024-08-24T21:42:50.931Z (5 months ago)
- Topics: java, java-17
- Language: Java
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.