synchronized 썸네일형 리스트형 synchronized(this)와 synchronized(.class)의 차이점 import java.io.*; public class SynchronizedEx01 extends Thread { static int count; public void run() { for (int i=0; i 더보기