In Java, can you directly access the run() method of a Thread object?
A. Only if the thread is marked as "final"
B. Yes, but it will execute in the current thread, not as a separate thread
C. Only if the thread is marked as "static"
D. None of These
Answer: Option B
Join The Discussion