What is the real time benefits of creating Thread in Java?

前端 未结 0 452
借酒劲吻你
借酒劲吻你 2021-01-05 16:14
class ThreadDemo extends Thread
{  
    public void run()
    {   
        for(int i =0; i<5;i++)
        {
            System.out.println(i);
        }
    }  

         


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