

MCQOPTIONS
Saved Bookmarks
1. |
Which method must be defined by a class implementing the java.lang.Runnable interface? |
A. | void run() |
B. | public void run() |
C. | public void start() |
D. | void run(int priority) |
Answer» C. public void start() | |