Computer Science, asked by jamviecastillo6184, 1 year ago

Analyze the following code:

public abstract class Test implements Runnable{ public void doSomething() { }; }
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

Answers

Answered by pkparmeetkaur
0
B) is the answer mate
Answered by afruja70
0
Hello mate

here's your answer

¤¤¤¤¤¤¤¤¤¤¤¤¤¤


Option B ✔✔

The program will not compile
because it does not contain abstract methods.

¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤

Hope it helps you
Similar questions