Parallel Programming > wait & notify > Flashcards
What is the basic pattern for wait & notify tasks?
Can we use synchronized on primitives?
No, we can only synchronize on Objects, such as this keyword or AtomicInteger