Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

class variable : A class variable is a static field associated with the containing class.

Anchor
condition predicate
condition predicate

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
conflicting accesses
conflicting accesses

...