By jj83777
via tutorials.jenkov.com
Published: Sep 11 2008 / 07:15
This tutorial geta into Java reflection in more depth than most of the tutorials I have come across. It explains the basics of Java Reflection including how to work with arrays, annotations, generics and dynamic proxies, and do dynamic class loading and reloading. It also shows you how to do more specific tasks, like reading all getter methods of a class, or accessing private fields and methods of a class. This tutorial also clears up some of the confusion out there about what Generics information is available at runtime. Some people claim that all Generics information is lost at runtime. This is not true.
Add your comment
Voters For This Link (17)
-
jj83777 -
albert123 -
bystrup -
mlange -
raavi -
djo.mos -
yardena -
victorcisneiros -
mswatcher -
PeterStofferis -
deterb -
wpq0 -
tonetheman -
avekoder -
jayman -
chesheng -
xiaofong


