forName()
and class loaders, and offer guidelines on how to use these tools to make your programs more customizable.
Posts: 409 / Nickname: bv / Registered: January 17, 2002 4:28 PM
Designing with Dynamic Extension
December 1, 1998 9:34 AM
|
In this installment of Design Techniques, I take a look at a less commonly understood aspect of Java's architecture: dynamic extension. I discuss the two kinds of dynamic extension, forName() and class loaders, and offer guidelines on how to use these tools to make your programs more customizable.
Read this Artima.com article: http://www.artima.com/designtechniques/dynaext.html |