JavaDude32
Programmer
I've just recently gotten into creating packages for my applications.
My question is does the package, say XXX.YYY, still belong to the package XXX (Wondering if default classes in XXX are available to classes in XXX.YYY)?
Next question is if I am distributing an application, does giving classes default access with the exception of the executing class make the application more secure if it's all packaged into a .jar file?
My question is does the package, say XXX.YYY, still belong to the package XXX (Wondering if default classes in XXX are available to classes in XXX.YYY)?
Next question is if I am distributing an application, does giving classes default access with the exception of the executing class make the application more secure if it's all packaged into a .jar file?