static 영역에서는 어째서 this를 사용할수 없는건가요?
## static 영역에서 this를 사용할 수 없는 이유. static 영역에서는 자기 자신 즉, 주체적 오브젝트가 존재하지 않습니다. 따라서, 자기 자신을 가리키는 this 키워드는 사용할 수 없습니다. ## 관련 레퍼런스 + https://stackoverflow.com/questions/11664522/why-cant-we-use-this-keyword-in-a-static-method