-
Which of the following is an incorrect statement about packages?
-
- Java uses file system directories to store packages
- Package defines a namespace in which classes are stored
- A package can be renamed without renaming the directory in which the classes are stored
- A package can contain other package within it
- None of these
Correct Option: C
A package can be renamed only after renaming the directory in which the classes are stored.