Unexpected behavior observed with multi-threading in java when print statements were given

前端 未结 0 1286
Happy的楠姐
Happy的楠姐 2021-01-02 02:54
class WagonEk extends Thread{
    static int ekCount = 0;

    public void run(){
        // System.out.println(ThreadExampleSem.sem + " in wagonek");
             


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题