In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-18 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.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.