O
Java SE 8 Programmer II
196 Questions
Question No. 1
Given:
interface Doable {
public void doSomething (String s);
}
Which two class definitions compile? (Choose two.)
Choose all the correct options from the given list.
01 / 196