UnqualifiedNamesMustDiffer
DRAFT

Misconception:

There cannot be two classes with the same unqualified name (e.g., two classes called OutputStream).

Incorrect

The unqualified names of different classes must be different

Correct

Correction
Here is what's right.

If the two classes are in different packages, their short (unqualified) names can differ.

Language

Java

Concepts

Stay up-to-date

Follow us on  twitter to hear about new misconceptions.