首页题库练习题目详情
Java语言程序设计单选题中等

在Java中,以下哪项声明了一个常量?

Aint x = 10;
Bfinal int y = 20;
Cstatic int z = 30;
Ddouble w = 40.0;