public class ThreadName { public static void main(String[] args) { System.out.println(new Thread().getName()); } }