Which of the following is an incorrect statement about packages?
(a) Package defines a namespace in which classes are stored
(b) A package can contain other package within it
(c) Java uses file system directories to store packages
(d) A package can be renamed without renaming the directory in which the classes are stored
I have been asked this question in an internship interview.
My question is from Packages in chapter Interfaces & Packages of Java