单项选择题有一个接口定义如下: interface A { int method1(int i); int method2(int j);}那么下面各项中实现了该接口并且不是抽象类的是( )。
单项选择题下列各选项中不属于Java保留字的是( )。