注意:此页面搜索的是所有试题
接口中定义的变量一般需要使用( )方式进行声明。(单选题)
.Integer num1 = 15;
.static Integer num1 = 15;
.public static final Integer num1 = 15;
.private static final Integer num1 = 15;

参考答案