Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Java Reflection in Action (In Action series) by Nate Forman [Repost]

Posted By: Free butterfly
Java Reflection in Action (In Action series) by Nate Forman [Repost]

Java Reflection in Action (In Action series) by Nate Forman
English | Oct 2004 | ISBN: 1932394184 | 297 Pages | PDF | 1 MB

Explaining the Java Reflection API and providing techniques for using it effectively, this guide describes the capabilities that allow a program to examine and modify itself at runtime. The java.lang.reflect package and its uses are covered, including a detailed discussion of Java's dynamic proxy facility. Less obvious reflective capabilities, such as call stack introspection and the Java class loader, are addressed.