有余额2000,两个线程每次取200(Callable)

package com.a;

import java.util.concurrent.Callable;

/**
 * @author 夜灬瞬
 * @date 2021年12月17日 14:43
 */
public class Test124 implements Callable<Integer> {
    static Integer money = 2000;

    @Override
    public Integer call() throws Exception {
        boolean flag = true;
        while (flag) {
            synchronized (this) {
                if (money > 0) {
                    System.out.println(Thread.currentThread().getName() + "取200元,银行四余额" + (money -= 200));
                } else {
                    flag = false;
                }
            }
        }
        return null;
    }
}

#学习路径#
全部评论
感谢大佬分享!!!!
点赞 回复 分享
发布于 2022-01-12 20:37

相关推荐

11-18 15:57
门头沟学院 Java
最终归宿是测开:这个重邮的大佬在重邮很有名的,他就喜欢打92的脸,越有人质疑他,他越觉得爽😂
点赞 评论 收藏
分享
牛客569470950号:也不知道是哪个群体45年前鬼哭狼嚎的为自己争取的被剥削的权利
点赞 评论 收藏
分享
评论
3
收藏
分享
牛客网
牛客企业服务