1. Thread(Runnable threadOb, int priority)
  2. Thread(int priority)
  3. Thread(Runnable threadOb, String threadName)
  4. Thread(String threadName, int priority)
  5. None of these
4 views

1 Answers

Answer: Option 3

Let'

4 views

Related Questions