What is the significance of the reverse domain name for java package structure
- by Vaishak Suresh
Why do we use reverse domain name like com.something. or org.something. structure for java packages?
I understand this brings in some sort of uniqueness, but why do we need this uniqueness?