[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fg4jPZesN3DjJp6RiaNLpZj9nWVfl7TEfng-D8Wpzgag":3},{"answer":4,"createTime":5,"id":6,"options":7,"origin":10,"question":17,"related":18,"source":29,"type":71},[],"2025-06-18 14:24:32",203756543,[8,9],"正确","错误",{"count":11,"courseId":12,"courseImg":13,"courseName":14,"workId":15,"workName":16},10,"7e9761367fb53358a6097d3c03264d5d","https:\u002F\u002Ftihai-oss-cloud.itihey.com\u002Fimg\u002Fdfa7a3284d886ebd2e4475f37f645f80.jpg","Java程序设计","work_42539295","接口 【课后测试】","接口可以继承多个接口.( )",[19,31,41,50,59,68,72,78,84,89],{"answer":20,"createTime":21,"id":22,"options":23,"question":28,"source":29,"type":30},[],"2025-06-18 14:24:30",203756437,[24,25,26,27],"1","2","3","无限个","一个类可以实现多少个接口","v1",0,{"answer":32,"createTime":33,"id":34,"options":35,"question":40,"source":29,"type":30},[],"2025-06-18 14:24:31",203756447,[36,37,38,39],"可以","不可以","只能继承一个接口","只能继承抽象类","接口可以继承其他接口吗",{"answer":42,"createTime":33,"id":43,"options":44,"question":49,"source":29,"type":30},[],203756464,[45,46,47,48],"默认方法","静态方法","私有方法","以上都是","Java 8中引入的接口新特性是什么",{"answer":51,"createTime":33,"id":52,"options":53,"question":58,"source":29,"type":30},[],203756495,[54,55,56,57],"class Document implements Printable, Drawable { }","class Document extends Printable, Drawable { }","class Document implements Printable; implements Drawable { }","class Document implements Printable extends Drawable { }( )","若有接口 Printable 和 Drawable,一个类 Document 要同时实现这两个接口,正确的代码是( )",{"answer":60,"createTime":5,"id":61,"options":62,"question":67,"source":29,"type":30},[],203756515,[63,64,65,66],"class Bird implements Flyable { void fly() { System.out.println(&quot;鸟在飞&quot;); } }","class Bird implements Flyable { public void fly() { System.out.println(&quot;鸟在飞&quot;); } }","class Bird extends Flyable { public void fly() { System.out.println(&quot;鸟在飞&quot;); } }","class Bird implements Flyable { protected void fly() { System.out.println(&quot;鸟在飞&quot;); } }","若有接口 Flyable,其中有方法 void fly(),以下哪个类正确实现了该接口( )",{"answer":69,"createTime":5,"id":6,"options":70,"question":17,"source":29,"type":71},[],[8,9],3,{"answer":73,"createTime":74,"id":75,"options":76,"question":77,"source":29,"type":71},[],"2025-06-18 14:24:33",203756562,[8,9],"接口中的私有方法只能在接口内部调用",{"answer":79,"createTime":80,"id":81,"options":82,"question":83,"source":29,"type":71},[],"2025-06-18 14:24:34",203756577,[8,9],"接口中的静态方法可以被实现类重写",{"answer":85,"createTime":80,"id":86,"options":87,"question":88,"source":29,"type":71},[],203756586,[8,9],"接口中的默认方法可以被实现类重写",{"answer":90,"createTime":80,"id":91,"options":92,"question":93,"source":29,"type":71},[],203756591,[8,9],"接口中的方法默认是抽象的.( )"]