Introduction

Process (JVM)
 ├─ Thread A
 ├─ Thread B
 └─ Thread C

Platform Threads (Traditional)

new Thread(() -> {}).start();

Thread lifecycle