作业帮 > 综合 > 作业

Java题目:Which method name does not follow the JavaBeans stand

来源:学生作业帮 编辑:神马作文网作业帮 分类:综合作业 时间:2024/11/18 17:56:49
Java题目:Which method name does not follow the JavaBeans standard on Accessor/Mutator?
1. Which method name does not follow the JavaBeans standard on Accessor/Mutator?C
A.getSize B.setCust
C.notAvailable D.isReadable
Java题目:Which method name does not follow the JavaBeans stand
没有按照javabean 标准的命名规范,也就是get/set方法
如果是bool类型的,一般在属性名称前加is
C不符合