Programming/JAVA
JAVA Thread 동기화 방법
위너즈
2011. 5. 2. 12:31
Java에서 Thread를 동기화 하는 방법. synchronized를 사용하면 된다. 아래 코드를 참조.