The construction method of the thread class, the static block is called by which thread

Source: Internet
Author: User

The construction method of the thread class, the static block is called by the thread that the new thread class is on, and the code inside the Run method is called by the thread itself.

If you're confused by the above statement, let me give you an example, assuming Thread2 New in the Thread1,main function new Thread2, then:
(1) Thread2 constructor method, static block is called by main thread, Thread2 's Run () method is Thread2 call
(2) Thread1 construction method, static block is called by Thread2, Thread1 's Run () method is called by Thread1 itself

The construction method of the thread class, the static block is called by which thread

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.