May 2004
Intermediate to advanced
288 pages
6h 37m
English
“A path without obstacles probably leads nowhere.” | ||
| --Defalque | ||
IN THIS CHAPTER
In Chapter 5, ”Replacing and Patching Application Classes,” we talked about the patching of Java classes to change or extend the underlying logic. The techniques presented in that chapter work for application and library classes loaded by the system or a custom class loader. However, attempting to apply the techniques to patch the core classes in a package whose name starts with java yields no results because the original version of the class continues to be used. Chapter ...
Read now
Unlock full access