Possible Duplicate:
Java import confusion
When i read play frameworks documentation, I found this.
import play.*;
import play.mvc.*;
In the first line itself they have imported all the classes under play package. Then what is the use of second line. Check this link. Go to 'Providing an application error page' section.
Correct me if i'm wrong in imports concept.
