A public member vairable called MAX_LENGTH which is int type, the value of the variable remains constant value 100. Use a short statement to define the variable.()   

A .  public int MAX_LENGTH=100; B .  final int MAX_LENGTH=100; C .  final public int MAX_LENGTH=100; D .  public final int MAX_LENGTH=100;

时间:2022-10-01 00:36:01 所属题库:SCJP程序员认证考试题库

相似题目