【java线程】两线程交叉打印出12a34b56c....5152z
摘要:
我的网友smith某天研究线程 非要我实现这么个效果 一个线程打印1-52 另一个线程打印a-z 通过synchronized控制两线程交叉输出1 2 a 3 4 b 5 6 c .... 51 52 z , 于是我非常蛋疼的写下了如下的代码: public class Main { st... 阅读全文
posted @ 2011-11-25 10:00 tooyond 阅读(1157) 评论(0) 推荐(0) 编辑