Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions use-cases/code-comprehension-001/java/TaskManager/submission.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Task Manager Reflection

## What I Learned
- How the Task Manager works in Java.
- How processes and threads are managed.

## Challenges
- Understanding concurrency concepts.
- Debugging errors in the code.

## Reflection
This exercise helped me connect theory with practice. I now feel more confident analyzing code and documenting my reasoning.