- 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
Java Programming Language MCQ Java thread MCQ
⚠ Report ✓ Question Verified Copy Link
public abstract class Test implements Runnable{
public void doSomething() { };
}
Learn More MCQ Questions from Java Programming Language MCQ Java thread MCQ