Java Concurrency

Running Java on more than one thread without corrupting the data underneath.

  • 5 topics
  • 43 cards
  • 25 questions
  • Difficulty
Share
  • Starting work that runs beside your code, and what each thread takes to exist.

    8 cards · 5 qnot started
  • Two threads, one field, and the two different ways it goes wrong.

    9 cards · 5 qnot started
  • What synchronized guarantees, on which object, and what it still does not protect.

    9 cards · 5 qnot started
  • Four conditions, three failure names, and the ordering rule that removes one of them.

    8 cards · 5 qnot started
  • Handing work to a pool, getting a result back, and shutting it down without losing it.

    9 cards · 5 qnot started