Previous | Next | Trail Map | The Java Development Environment | Managing Your Programming Environment


Clarifying Object and Class Names

To disambiguate two classes with the same name you have to prepend the package name to the beginning of the class.


Previous | Next | Trail Map | The Java Development Environment | Managing Your Programming Environment