Core Java Tech Tips: Closing a URLClassLoader
Sun engineer Michael McMahon describes the new close() method in URLClassLoader, implemented in JDK 7. It invalidates the loader so that no new classes can be loaded from it. Read Closing a URLClassLoader.
Posted at 08:23AM Mar 12, 2009
by GD in Core Java |