Computer Science, asked by raheel8829, 9 months ago

Which Method we implement from Runnable Interface

Answers

Answered by lsrini
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