 
                            ...
class variable : A class variable is a static field associated with the containing class.
| Anchor | ||||
|---|---|---|---|---|
| 
 | 
condition predicate : A requirement that must be true for a thread to continue working. The thread pauses exeuction, via Object.wait(), Thread.sleep(), or some other mechanism, and is resumed later, presumably when the requirement is true.
| Anchor | ||||
|---|---|---|---|---|
| 
 | 
...