A

Admin • 828.03K Points
Coach

Q. 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
  • Correct Answer - Option(C)
  • Views: 10
  • Filed under category Java
  • Hashtags:

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.