Jump to ratings and reviews
Rate this book

Java Reflection in Action

Rate this book
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. In recognition of the limitations of Java Reflection, the various ways to use Reflection to generate code and surpass these limitations are detailed. A discussion of performance analysis techniques and a look ahead at what is new in JDK 1.5 is included.

300 pages, Paperback

First published October 1, 2004

2 people are currently reading
56 people want to read

About the author

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
5 (17%)
4 stars
14 (48%)
3 stars
8 (27%)
2 stars
2 (6%)
1 star
0 (0%)
Displaying 1 - 3 of 3 reviews
Profile Image for Dmytro Chaban.
46 reviews2 followers
February 7, 2018
A really great book, but can be replaced with few pages on the web currently. Although this book gives you a lot of code examples and even your own code generation framework.
Nice to read, but not necessary.
21 reviews1 follower
April 6, 2020
This book is a little outdated. It was written before Java 5 and generics were released. At times, the presentation of topics is also a little dry. However, it does have good examples and information on the reflection api and implementation in the java language.
5 reviews
January 8, 2016
Extremely outdated (covers Java 2), but still the best source for some in-depth details about the JVM.
Displaying 1 - 3 of 3 reviews

Can't find what you're looking for?

Get help and learn more about the design.