Thread of sleep

Source: Internet
Author: User

1  PackageThreadl;2 3 classthread6lImplementsrunnable{
/* When throwing an exception with throws, if the method of throwing an exception to the main mediation is inherited from the parent class or implemented by the interface,
Then, when the parent class method or interface method is overwrite, if the original method or the original abstract method in the interface in the parent class does not throw an exception,
Subclasses override the parent class method or implement an interface method without throwing exceptions. */
4 Public voidrun ()/*throws exception*/{5 for(inti=0;i<10;i++){6System.out.println (Thread.CurrentThread (). GetName () + "first" + (i+1) + "SEC");7 Try{8Thread.Sleep (1000);9}Catch(Exception e) {Ten e.getstacktrace (); One } A } - } - } the Public classThread6 { - Public Static voidMain (string[] args) { -Thread th =NewThread (Newthread6l ()); - Th.start (); + } -}

Thread of sleep

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.