作业帮 > 综合 > 作业

java有关package的题目

来源:学生作业帮 编辑:拍题作业网作业帮 分类:综合作业 时间:2024/05/01 19:00:30
java有关package的题目
Which of the following statements is correct about Java package?
A.If there is no packagestatement used,the current class will not be in any package.
B.Package is a way to manage source code,eachpackage contains several “.java” files.
C.Using one “import”statement can include the classes from one or more packages.
D.A package can contain sub-packages.
求详解.
我选D感觉差不多