Multiple choice technology programming languages

How to avoid deadlocks in multithreading programes ?

  1. Avoid using Threads

  2. implement only Runnable

  3. Use synchronize blocks

  4. Use synchronize methods

  5. None

  6. Synchornize blocks and Methods

Reveal answer Fill a bubble to check yourself
F Correct answer