Sail E0 Webinar
Question
Analyze the following code:public abstract class Test implements Runnable{ public void doSomething() { };}
Options:
A .  None of these
B .  The program compiles fine.
C .  The program will not compile because it does not contain abstract methods.
D .  The program will not compile because it does not implement the run() method.
Answer: Option B

Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

More Questions on This Topic :


Latest Videos

Latest Test Papers