May 1998
Intermediate to advanced
469 pages
14h 57m
English
Content preview from Java SecurityBecome an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
Start your free trial


Extensions to the Class Loader
When we implemented a class loader
above, we had a fully operational class loader that paralleled the
first class loaders that were used by Java’s
appletviewer or by a Java-enabled browser.
However, there are other extensions to the class loader that are
often useful.
Loading from Multiple Sites
We
started with a complete class loader suitable for use in
appletviewer-type programs where the classes are ...