我想用FOR循环方法建立100个线程请问如何做
比如已经构造一个函数
Runner c  = new Runner();
然后Thread thr = new Thread(c);建立线程  如何做可以利用循环 建立thr1 thr2 ,......到thr100这些进程?