In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-09-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/03 Report--
This article is about how to use Java to run two threads at the same time. The editor thinks it is very practical, so share it with you as a reference and follow the editor to have a look.
The details are as follows:
/ * two cases run at the same time case * 1: these two threads do not run regularly but alternately * / package com.test3;public class Demo10_3 {/ * * @ param args * / public static void main (String [] args) {/ / TODO Auto-generated method stub Pig pig=new Pig (10); Bird bird=new Bird (10) Thread t1=new Thread (pig); Thread t2=new Thread (bird); t1.start (); t2.start ();} / / print class Pig implements Runnable {int null0; int times=0; public Pig (int n) {this.n=n } public void run () {while (true) {try {Thread.sleep (1000);} catch (Exception e) {/ / TODO: handle exception} times++; System.out.println ("Pig says I am a thread, in the output" + times+ "hello, word") If (times==n) {break;} / / Mathematical class Bird implements Runnable {int noun0; int res=0; int times=0; public Bird (int n) {this.n=n } public void run () {while (true) {try {Thread.sleep (1000);} catch (Exception e) {/ / TODO: handle exception} res+= (+ + times); System.out.println ("current result of bird calculation is" + res) If (times==n) {System.out.println ("final result" + res); break;} thank you for reading! On "how to use Java to achieve two threads to run at the same time," this article is shared here, I hope the above content can be of some help to you, so that you can learn more knowledge, if you think the article is good, you can share it out for more people to see it!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
The market share of Chrome browser on the desktop has exceeded 70%, and users are complaining about
The world's first 2nm mobile chip: Samsung Exynos 2600 is ready for mass production.According to a r
A US federal judge has ruled that Google can keep its Chrome browser, but it will be prohibited from
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
About us Contact us Product review car news thenatureplanet
More Form oMedia: AutoTimes. Bestcoffee. SL News. Jarebook. Coffee Hunters. Sundaily. Modezone. NNB. Coffee. Game News. FrontStreet. GGAMEN
© 2024 shulou.com SLNews company. All rights reserved.