java
java copied to clipboard
Exercism exercises in Java.
# pull request - Add multi-line strings / text blocks (Java 15) - Add explanation of newlines / end of line chars, so students can understand the motivation behind text...
# pull request ## Description This PR introduces a new concept, "TemporalAdjusters", to the Java track's syllabus. **Motivation:** It has been observed (e.g., during mentoring for the `Meetup` exercise) that...
The Java "Meetup" exercise requires calculating specific dates based on rules like "first Monday", "third Tuesday", "teenth Wednesday", or "last Friday" of a given month and year. While solvable by...
# PR to improve the Github Actions Workflow It would close #2693 --- Reviewer Resources: [Track Policies](https://github.com/exercism/java/blob/main/POLICIES.md#event-checklist)