Which Method we implement from Runnable Interface
Answers
Answered by
1
Call start() method on thread class to start executing run() method. Implementing Runnable interface does not create a Thread object, it only defines an entry point for threads in your object.
Hope this helps
Plzzzzzzzzzz mark me as the Brainiest .
Similar questions