3303-flashcards/hATaBiZQ - 3303/V2dTgEK7 - In what context are methods always executed.md
2026-04-20 23:08:47 -04:00

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.