为什么 wait 必须写在同步代码块中?
为什么wait() / notify() / notifyAll() 要放在synchronized的代码块中使用?
为什么wait/notify必须与synchronized一起使用?
为什么wait/notify/notifyAll定义在Object中