Will this code compile?

interface I1 {};
interface I2 extends I1{};

public class C implements I2, I1{}
Explanation
You can extends interfaces. Sub-interface will include all methods of super interface.

Слідкуй за CodeGalaxy

Мобільний додаток Beta

Get it on Google Play
Зворотній Зв’язок
Продовжуйте вивчати
тести з Java
Cosmo
Зареєструйся Зараз
або Підпишись на майбутні тести