(6)
What is the default priority of a newly created thread?
Answer: Option [B]
Normal priority i.e. 5
Answer: Option [B]
Normal priority i.e. 5
Answer: Option [C]
Answer: Option [A]
CurrentThread is static member method. It returns currently running thread.
Answer: Option [A]
6 states of a new thread are new, runnable, timed waiting, waiting, blocked, terminated. A thread is run from the ready state when scheduler selects and goes to the running state.
Answer: Option [B]
A dead or terminated thread has completed its run() method. It can never be restarted.