A Class Loader and Static Fields in Java

Simon Kitching wrote a wonderful page which describes an infamous class loader issue related with static fields. The page is basically to explain why static Logger fields are dangerous, but it counts for other ordinary static fields, too.

Simon Kitching 이 static 필드와 관련된 악명높은 클래스 로더 이슈를 설명하는 훌륭한 페이지를 작성했습니다. 이 페이지는 기본적으로 static Logger 필드가 왜 위험한지를 설명하고 있지만, 다른 일반적은 static 필드에도 해당됩니다.