currentThread() method returns reference to currently executing thread object - Core Java
Q. Which method returns a reference to the currently executing thread object?- Published on 20 Jul 15a. currentThread()
b. runningThread()
c. runnableThread()
d. None of the above
ANSWER: currentThread()