6 lines
208 B
Markdown
6 lines
208 B
Markdown
|
|
In what **context** are methods always executed?
|
|
|
|
---
|
|
|
|
🧵 Methods are always executed in the **invoking thread's context**. A thread can only invoke a method when it is currently in the **Running** state.
|