Code written for Java class
Go to file
Sven Vogel 083c15bf8b added blatt 4 and restructured 2023-04-26 20:36:43 +02:00
.idea added blatt 4 and restructured 2023-04-26 20:36:43 +02:00
AufgabenBlatt3 added blatt 4 and restructured 2023-04-26 20:36:43 +02:00
AufgabenBlatt4 added blatt 4 and restructured 2023-04-26 20:36:43 +02:00
GregorianischerKalender updated license information 2023-04-21 12:39:35 +02:00
.gitignore Initial commit 2023-04-19 11:00:44 +00:00
LICENSE Initial commit 2023-04-19 11:00:44 +00:00
README.md updated license information 2023-04-21 12:39:35 +02:00

README.md

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.