Java-Programming/README.md

8 lines
492 B
Markdown
Raw Normal View History

2023-04-19 11:00:44 +00:00
# Java-Programming
2023-04-21 10:39:35 +00:00
This repository contains most of the exercises from the Java course at the DHBW.
2023-04-19 11:00:44 +00:00
2023-04-21 10:39:35 +00:00
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.