1.

What will happen if we call the run() method directly instead of calling the start() method?

A. Each thread starts in a separate call stack.
B. Invoking the run() method from main thread, the run() method goes onto the current call stack rather than at the beginning of a new call stack.
C. Both A & B
D. None of the above
Answer» D. None of the above


Discussion

No Comment Found