Simple tutorial about reflections in java
This tutorial will teach you about some of the basic's of Reflection in java, and how to use it. In this guide we go over: Getting Method Names Getting the class name Getting information from variables in the reflecting class Links: http://www.roseindia.net/java/reflect/ http://www.coderanch.com/t/373499/java/java/reflection-ALL-fields-not-just http://java.sun.com/developer/technicalArticles/ALT/Reflection/ http://docs.oracle.com/javase/tutorial/reflect/index.html
This tutorial will teach you about some of the basic's of Reflection in java, and how to use it. In this guide we go over: Getting Method Names Getting the class name Getting information from variables in the reflecting class Links: http://www.roseindia.net/java/reflect/ http://www.coderanch.com/t/373499/java/java/reflection-ALL-fields-not-just http://java.sun.com/developer/technicalArticles/ALT/Reflection/ http://docs.oracle.com/javase/tutorial/reflect/index.html