接口中定义的变量一般需要使用( )方式进行声明。(单选题)
.Integer num1 = 15;
.static Integer num1 = 15;
.public static final Integer num1 = 15;
.private static final Integer num1 = 15;
出自:2024年国家开放大学答案