摘要: public class Synchronized{ static class Account{ private double money = 1000.0d; //异步存钱 public void noSynDesposit(double fFees){ System.out.println("A... 阅读全文
posted @ 2018-08-11 20:01 celineluo 阅读(257) 评论(0) 推荐(0)
摘要: 运行结果: 阅读全文
posted @ 2018-08-11 17:58 celineluo 阅读(166) 评论(0) 推荐(0)
摘要: import java.lang.Thread;import java.lang.Runnable;import java.util.Date; public class DefineAndStartThread{ class ThreadA extends Thread{ private Date 阅读全文
posted @ 2018-08-11 17:56 celineluo 阅读(2474) 评论(0) 推荐(0)