Greg Travis is a freelance programmer living in New York
City. His interest in computers can be traced back to that
episode of "The Bionic Woman" where Jamie is trying to escape
a building whose lights and doors are controlled by an evil artificial
intelligence, which mocks her through loudspeakers. Greg is a firm
believer that, when a computer program works,
it's a complete coincidence.
Summary: This tutorial provides an overview of the Java ClassLoader and takes you through the construction of an example ClassLoader that automatically compiles your code before loading it. You'll learn exactly what a ClassLoader does, and what you need to do to create your own.