1: …… 2: public synchronized void notifyJob() { 3: boolean flag = true; 4: //notify() 메소드를 사용하지 않는다. 5: }