classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: gnu.java.nio.FileChannelImpl


From: Jeroen Frijters
Subject: RE: gnu.java.nio.FileChannelImpl
Date: Fri, 26 Nov 2004 13:12:00 +0100

Michael Koch wrote:
> The question is: Is it legal by 3rd party to use java.foobar as 
> package name ?

No, it isn't allowed, but it really doesn't matter. Untrusted code is
always loaded by a different class loader than the trusted code, so the
packages are different (even if they share the same name).

Regards,
Jeroen




reply via email to

[Prev in Thread] Current Thread [Next in Thread]