Process와 Thread에 대한 개념 및 비교
스레드를 구현 하는 방법은 3가지 있다. 1. Thread 클래스를 상속받는 방법 2. Runnable 인터페이스를 구현하는 방법 3. Runnable 인터페이스를 구현하고 Thread 클래스를 사용하는 방법