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

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