笔试题(线程安全)

笔试题(线程平安) 根据线程平安的相关知识,分析以下代码,当调用test方法时i>10时是否会引起死锁? public void test(int i) { lock(this) { if (i>10

腾讯文库笔试题(线程安全)