7 lines
132 B
Markdown
7 lines
132 B
Markdown
|
|
|
|
## What operation moves a thread from the **Born** state to the **Runnable** state?
|
|
|
|
---
|
|
|
|
🐣 Invoking the **`start()`** method.
|