A

Admin • 832.10K Points
Coach

Q. What is the result of calling `Thread.currentThread()`?

  • (A) Creates a new thread
  • (B) Stops current thread
  • (C) Returns a reference to the current thread
  • (D) Returns null

Explanation by: Admin
`Thread.currentThread()` returns a reference to the thread currently executing.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.