RE: why do we need to create packages

2006-06-06 Thread Sharadha Yadav
Packages are created to avoid collision in namespace... Supposing you have two different classes with same name, you need to associate the class with a package to make clear that the class comes from a particular package... Thanks and Regards, Sharadha Yadav M.S. Infosys Technology Ltd

RE: why do we need to create packages

2006-06-06 Thread Sharadha Yadav
Problem could be that the class you are creating is of the same name as the packages that get included as part of API ..that's what comes to my mind Thanks and Regards, Sharadha Yadav M.S. Infosys Technology Ltd. -Original Message- From: vijay r [mailto:[EMAIL PROTECTED]

RE: why do we need to create packages

2006-06-07 Thread Sharadha Yadav
That's cool.. Thanks and Regards, Sharadha Yadav M.S. Infosys Technology Ltd. -Original Message- From: Sateesh Nelluri [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 07, 2006 12:49 PM To: Struts Users Mailing List Subject: RE: why do we need to create packages Hi See