Java-Programming/README.md

11 lines
685 B
Markdown

# Java-Programming
This repository contains most of the exercises from the Java course at the DHBW.
Most of the projects found in this repository must be compiled with at least Java version 11, due to features
being used such as the `var` keyword or pattern matching.
No projects utilize external dependencies not supplied by at least the Adopt OpenJDK.
The IDE used to write, test and execute the projects was Intellij-IDEA.
Therefore the projects have no direct compatibility with Eclipse.
## Spelling
Please note that the tasks were formulated in german. Some classes are taken directly from the task and are left with no change. Most of the code I've written has been translated.