Without the new keyword, I assume it's not creating an object.
Is it just referencing whatever the Thread.currentThread() is?
Would it be fair to say that this statement is just pulling a reference of the object into the method so that the method perform operations on it?
Thread t = Thread.currentThread();