Code written for Java class
Go to file
Sven Vogel 65be95e3ca added Aufgabenblatt 10 2023-05-25 14:31:21 +02:00
.idea added Aufgabenblatt 10 2023-05-25 14:31:21 +02:00
AufgabenBlatt3 added blatt 4 and restructured 2023-04-26 20:36:43 +02:00
AufgabenBlatt4 fixed page 4 task 5 iterative function 2023-05-10 17:18:52 +02:00
AufgabenBlatt6 added blatt 5/6 2023-04-27 18:43:29 +02:00
AufgabenBlatt7 added pages 7-9 2023-05-10 22:22:07 +02:00
AufgabenBlatt8 moved DynamnicStringArray class into its own task package 2023-05-25 12:57:17 +02:00
AufgabenBlatt9 added pages 7-9 2023-05-10 22:22:07 +02:00
AufgabenBlatt10 added Aufgabenblatt 10 2023-05-25 14:31:21 +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.