Q. Which of the following is incorrect statement about packages? (Solved)
1. Package defines a namespace in which classes are stored.
2. A package can contain other package within it.
3. Java uses file system directories to store packages.
4. A package can be renamed without renaming the directory in which the classes are store
- d. A package can be renamed without renaming the directory in which the classes are stored.