June 2025
Intermediate to advanced
1129 pages
53h
English
“The whole is greater than the sum of its parts.”—Aristotle (384–322 B.C.)
After looking at the interaction of classes, in this chapter, you’ll see how individual types or associations can be reused easily by other programs. We’ll explore this topic with individual components and with a collection of classes that are bundled up into archives.
A class loader is responsible for loading the binary representation of a class from a background memory or main memory. From the data source (generally, the .class file), the class loader returns a byte array containing the information that’s used in the second step to bring the class into the runtime system; this process is referred ...
Read now
Unlock full access