Saved Bookmarks
| 1. |
What Method Must Be Implemented By All Threads? |
|
Answer» All TASKS MUST implement the RUN() method, WHETHER they are a subclass of THREAD or implement the Runnable interface. All tasks must implement the run() method, whether they are a subclass of Thread or implement the Runnable interface. |
|