Which Of These Method Is Used To Implement Runnable Interface #882
Which of these method is used to implement Runnable interface?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java Multithreading - Implementing Runnable Interface for Threads - Quiz No.1.
Which of these method is used to implement Runnable interface?
stop()
run()
runThread()
stopThread()