The Research and Practice of Java's Multithreading Mechanism
Hu Zhong
Abstract
Hu Zhong
Abstract
It makes Java's program can be carried on at the same time many kinds of operatings to an important characteristic of multithreading volume Cheng Shi Java's language , and support the multitasking parallel processing , and can fully use the system resource , and raises the execution efficiency of program . This text is after the basic indignant thought of explanation process and thread range , and has still introduced the state of the thread range , dispatch principle of multithreading . Auspicious has carefully discussed to realize multithreading two kinds by way of : The run() of heavy load Thread method and the run() of Runnable's interface method , they all possesses the identical merit can with act on . Finally still introduce the grouping management method of multithreading .
A significance statement is not available in the OpenAlex record.
A contribution statement is not available in the OpenAlex record.
Method details are not available in the OpenAlex metadata.
Findings are not separately available in the OpenAlex metadata.
Limitations are not available in the OpenAlex metadata.
Application details are not available in the OpenAlex metadata.
It makes Java's program can be carried on at the same time many kinds of operatings to an important characteristic of multithreading volume Cheng Shi Java's language , and support the multitasking parallel processing , and can fully use the system resource , and raises the execution efficiency of program . This text is after the basic indignant thought of explanation process and thread range , and has still introduced the state of the thread range , dispatch principle of multithreading . Auspicious has carefully discussed to realize multithreading two kinds by way of : The run() of heavy load Thread method and the run() of Runnable's interface method , they all possesses the identical merit can with act on . Finally still introduce the grouping management method of multithreading .
Key concepts: Multithreading, Speculative multithreading, Computer science, Thread (computing), Java, Human multitasking, Java concurrency, Programming language