쓰레드 생성

[자바 쓰레드 구조]

Untitled

Untitled

쓰레드 생성 2가지 방법

Untitled

  1. Thread 클래스 상속하는 방법
  1. Runnable 인터페이스를 구현

Untitled