Click here to Skip to main content
15,899,679 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

Is there any limit to create classes in java package? I mean, I want to create number of classes on single package, any problem? I know this is not a good approach, simply a doubt actually. please tell me... :-)
Posted

1 solution

Java packages are just zip files renamed, there is no limit in the number of classes you can put in a package.

Usually packages are grouped around a functionality, but you can repackage the files if you need to.
 
Share this answer
 
Comments
Silju MC 22-Oct-11 6:47am    
Thank you...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900