The preferred means of creating multithreaded Java applications is by implementing the ________ interface. An object of a class that implements this interface represents a task to perform.
a. Thread
b. Runner
c. Runnable
d. None of the above.
C
Computer Science & Information Technology
You might also like to view...
To avoid an infinite loop, you must ensure that a while statement eventually terminates.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
If the following function will throw a string exception, then
void myFunction( ); a. the function definition and declaration should have a throw list b. the function definition, but not the declaration should have a throw list c. the function should have an empty throw list. d. all of the above
Computer Science & Information Technology