When firing multiple% s of% s in a specific loop, at the completion of each, does Thread open in need of a "close" or is it terminated automatically?
for(int i=0;i<=10;i++){
Process ps = new Process();
Thread thread = new Thr...
asked by
27.12.2016 / 13:26