Introduction - If you have any usage issues, please Google them yourself
Java reflection mechanism provides the following functions: to determine an arbitrary object class at runtime; object to construct an arbitrary class at runtime; judging member variables and methods with an arbitrary class at runtime; method is invoked at runtime an arbitrary object; dynamic proxy.