have used threads majorly in Java. thr relevance of using threads seems to have come down.

functions in Java threads

  1. run(), start(), sleep(long milliseconds), join(), getPriority(), setPriority(int priority), getName(), setName(String name), currentThread(), getState(), isAlive(), yield()

Referenced in:

All notes