📚 Practice Mode

JCL and Java Programming Quiz

Learn at your own pace with hints and detailed explanations

1 / 20
Multiple Choice

What is the signature of the constructor of a thread class?

  1. Thread(Runnable threadob,String threadName)
  2. Thread(String threadob, Runnable threadName)
  3. Thread(Runnable threadob,ArrayList threadName)
  4. Thread(ArrayList threadob,String threadName