Category "java-threads"

The work manader's work is not controlled

I have a wok manager that I run from the Main Activity when the user logs into the application. So, I will tell you in more detail what I do in the manager: in

Understanding Wait in Thread Java

I have the following code:- class ThreadB extends Thread { int total; @Override public void run() { synchronized (this){ for(int i=