多选题 Consider the following illustration. What problem exists with the packaging? You may wish to reference Appendix G on the Unified Modeling Language (UML) for assistance.
【正确答案】 D
【答案解析】COM.OCAJEXAM.UTILS不满足正确的包命名规范。包名应该是小写的。包名的单词之间还应该有下划线。但是,ocajexam中的单词是连接在URL中的。因此,这里不包含下划线是可以接受的。包名应该是com.orajexam.utils。A、B和C不正确。A不正确,因为限制一个包内只能有一个类是可笑的,没有这样的限制。B不正确,因为包可以并且经常与其他的包相关联。C不正确,因为com.ocajexam.backing beans符合正确的包命名规范。