線程Thread與Runnable實現

當new 一個Thread的時候,就是在主線程的基礎上再開一個子線程,cpu一會兒給主線程用,一會兒給子線程用,所以多線程會降低工作效率 一:Thread 與Runnable的使用 1:Thread 自己實現自己的run方法 public static void main(String[] args) throws InterruptedException { new Thread()
相關文章
相關標籤/搜索