IllegalMonitorStateException异常的抛出原因
(2010-11-14 18:02:38)
标签:
illegalmonitorit |
分类: 技术文章 |
凡是有wait和notify的语句都要用下面的东西框起来
synchronized
(this)
{
}
标签:
illegalmonitorit |
分类: 技术文章 |
凡是有wait和notify的语句都要用下面的东西框起来
synchronized
(this)
{
}