Each JVM thread (a path of execution) is associated with a stack that’s created when the thread is created. This data structure is divided into frames, which are data structures associated with method ...
우리는 위와 같이 `printStackTrace` 메소드를 자주 사용해왔을 것입니다. 그런데 `printStackTrace()`는 사용을 지양해야 하는 메소드입니다. 그 이유에 대해서 간단하게 알아보겠습니다. 