|
|
Authorized user can see question and answers. Please log in or sign up. 
|
#20. Given: 1. public interface Player { 2. // insert code here 3. // insert code here 4. } 5. class F implements Player { 6. public void play(){ 7. // ... 8. } 9. public void stop(){ 10. // ... 11. } 12. }
Which two, inserted independently at lines 2 and 3, allow the code to compile? (Choose two.)
Show comments for this question (0)
Add comments
Link to this question
|
|
|
|
gen. 0.109
|
Server date 06:46 10-01-2009
|
Developed by Zip © 2006
|
|
 |
|
|