Possible Duplicate:
Why shouldn't we use the (default)src package?
I am beginning to code Java in Eclipse. I created a new project and noticed a default package.
What is the benefit of creating a new package (via right-clicking "src") and naming it say "com.johnhoffman.myproject"? My application seems to work just fine with the default package.