

MCQOPTIONS
Saved Bookmarks
1. |
Which is the missing java code in the class implementing an Interface below? |
A. | class Speaker implements Linein, Lineout |
B. | class Speaker implements Linein, Lineout |
C. | class Speaker implements Linein, Lineout |
D. | All the above |
Answer» B. class Speaker implements Linein, Lineout | |