Code written for Java class
Go to file
Sven Vogel a030d09a07 added Aufgabenblatt 13 2023-06-07 19:42:19 +02:00
.idea added Aufgabenblatt 13 2023-06-07 19:42:19 +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 Aufgabenblatt 11 2023-05-26 08:58:21 +02:00
AufgabenBlatt10 added Aufgabenblatt 10 2023-05-25 14:31:21 +02:00
AufgabenBlatt11 added Aufgabenblatt 13 2023-06-07 19:42:19 +02:00
AufgabenBlatt13 added Aufgabenblatt 13 2023-06-07 19:42:19 +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 Update 'README.md' 2023-05-25 12:27:44 +00: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.

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.