Anki Deck Changes

Commit: 773a6d54 - add pprog state cards

Author: obrhubr <obrhubr+noreply@noreply.com>

Date: 2026-03-07T19:33:16+01:00

Changes: 2 note(s) changed (2 added, 0 modified, 0 deleted)

Note 1: ETH::2. Semester::PProg

Deck: ETH::2. Semester::PProg
Note Type: Horvath Cloze
GUID: gn9A&eev:$
added

Previous

Note did not exist

New Note

Front

ETH::2._Semester::PProg::05._Java_Threads::3._Wait,_Notify,_NotifyAll
When calling wait() in a thread, it's state becomes NOT RUNNABLE until it's woken up again.

Back

ETH::2._Semester::PProg::05._Java_Threads::3._Wait,_Notify,_NotifyAll
When calling wait() in a thread, it's state becomes NOT RUNNABLE until it's woken up again.

Field-by-field Comparison
Field Before After
Text When calling wait() in a thread, it's state becomes {{c1:: <b>NOT RUNNABLE</b>}} until it's woken up again.
Extra <img src="paste-f49c308f0b8c6632ec983c9e12deb307a20ec04f.jpg">
Tags: ETH::2._Semester::PProg::05._Java_Threads::3._Wait,_Notify,_NotifyAll

Note 2: ETH::2. Semester::PProg

Deck: ETH::2. Semester::PProg
Note Type: Horvath Cloze
GUID: n$T_TxX6W`
added

Previous

Note did not exist

New Note

Front

ETH::2._Semester::PProg::05._Java_Threads::3._Wait,_Notify,_NotifyAll
After a thread is woken up by notify, it's state becomes RUNNABLE

Back

ETH::2._Semester::PProg::05._Java_Threads::3._Wait,_Notify,_NotifyAll
After a thread is woken up by notify, it's state becomes RUNNABLE

This doesn't mean however it's actually running, it just means it's eligible to be ran by the Scheduler.
Field-by-field Comparison
Field Before After
Text After a thread is woken up by&nbsp;<b>notify</b>, it's state becomes {{c1::<b>RUNNABLE</b>}}
Extra This doesn't mean however it's actually running, it just means it's eligible to be ran by the Scheduler.
Tags: ETH::2._Semester::PProg::05._Java_Threads::3._Wait,_Notify,_NotifyAll
↑ Top