constructor
Şöyle yaparız.
Şöyle yaparız.
Şöyle yaparız.
Şöyle yaparız.
Şöyle yaparız.
Açıklaması şöyle
Şöyle yaparız.
ThreadGroup tg = Thread.currentThread().getThreadGroup()
Şöyle yaparız.ThreadGroup parent = new ThreadGroup("mygroup");
activeGroupCount metoduŞöyle yaparız.
ThreadGroup[] t = new ThreadGroup[tg.activeGroupCount()];
enumerate metoduŞöyle yaparız.
ThreadGroup[] t = new ThreadGroup[tg.activeGroupCount()];
tg.enumerate(t);
isDaemon metodu
Şöyle yaparız.
tg.isDaemon()
getName metoduŞöyle yaparız.
tg.getName()
setDaemon metodu
Açıklaması şöyle
A daemon thread group is automatically destroyed when its last thread is stopped or its last thread group is destroyed.
Hiç yorum yok:
Yorum Gönder