Set<Thread> threadSet = Thread.getAllStackTraces().keySet(); for (Thread thread: threadSet) { System.out.println(thread.getId()); }
Feel free to write into us
No comments:
Post a Comment
Feel free to write into us