Why do you have to specify the package that a class is in if you are also forced to place it in the same directory structure? It seems redundant, and if you move the class to a different directory you also have to change it's package declaration.
Is there a purpose for that design?




Reply With Quote