8 lines
492 B
Markdown
8 lines
492 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. |