Java Tutorial for Beginners Lesson 21: Reflection What we will learn from this lesson: - Inspecting Class at Runtime - Without Knowing It at Compile Time - Getting Class Metadata at Runtime - Metadata: Class Name, Method Name - Belong to java.lang Package - Obtaining java.lang.Class Object - Getting Declared Methods - Manipulating those Methods