Java Thread getThreadGroup() methodThe getThreadGroup() method of thread class is used to return the thread's thread group to which this thread belongs. This method returns null if this thread has died (been stopped). SyntaxReturnThis method returns the thread group of the thread. ExampleTest it NowOutput: Thread-1 is a member of ThreadGroup Thread-2 is a member of AnotherGroup javatpoint javatpoint The above example use getThreadGroup() method of Thread class to get the object of ThreadGroup then use the getName() method to get the name of the thread group. Next TopicMultithreading Java |
We provides tutorials and interview questions of all technology like java tutorial, android, java frameworks
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India