public class test1 { public static void main(String[] args) { // TODO Auto-generated method stub Thread t = Thread.currentThread(); Syste
Because thread.toString() returns a string representation of this thread, including the thread's name, priority, and thread group.