A

Admin • 828.43K Points
Coach

Q. Which method should you override when implementing the Runnable interface?

  • (A) execute()
  • (B) run()
  • (C) start()
  • (D) launch()

Explanation by: Admin
Runnable has only one method: `run()`, which must be overridden.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.