题目内容

现有:
1.interfaceAnimalf
2.voideat();
3.}
4.
5.//insertcodehere
6.
7.publicclassHouseCatimplementsFeline{
8.publicvoideat(){}
9.}
和以下三个接口声明:
interfaceFelineextendsAnimal()
interfaceFelineextendsAnimal{voideat();}
interfaceFelineextendsAnimal{voideat(){}}
分别插入到第5行,有多少行可以编译?

查看答案
更多问题

项目中使用Zuul实现的API Gateway,需要添加依赖____。

现自:
1.interfaceColor{}
2.interfaceWeight{}
3.//insertcodehere
和以下足六个声明:
classBoatextendsColor,extendsWeight{}
classBoatextendsColorandWeight{}
classBoatextendsColor,Weight{}
classBoatimplementsColor,implementsWeight{}
classBoatimplementsColorandWeight{}
classBoatimplementsColor,Weight{}
分别插入到第3行,有多少行可以编译?()

在工程主类Application中需要使用____注解开启断路器功能。

当些微服务启动时,会将其信息注册到____。

答案查题题库