+ 1

What syntax i used to stop the multiple thread in one class at a time properly???

25th Feb 2017, 7:01 AM
missta
2 ответов
0
look to use the synchronised keyword. either on the class method being called or in a static block
25th Feb 2017, 8:53 AM
mmps666
mmps666 - avatar
0
Any another way???
26th Feb 2017, 5:54 AM
missta