java get number of threads

h‮ptt‬s://www.lautturi.com
java get number of threads
public class Lautturi {

	public static void main(String[] args) {
		
		int threadsNum= java.lang.Thread.activeCount();

	}
}
Created Time:2017-09-24 21:02:02  Author:lautturi