September 2005
Beginner
576 pages
13h 6m
English
Set aside your threads (in the Java sense, not the nudity sense), and answer the following questions about multithreading in Java.
| 1: | What class must be implemented for a program to use threads?
|
| 2: | If an interface contains three different methods, how many of them must be included in a class that implements the interface?
|
| 3: | You're admiring the work of another programmer who has created a program that handles four simultaneous tasks. What should you tell him?
|
| A1: | a. Runnable must be used with the implements statement. ... |
Read now
Unlock full access