Class Method Field Name « Reflection « Java






1.Create a new instance given a class name
2.Load a class given its name.
3.Get the short name of the specified class by striping off the package name.
4.Returns an instance of the given class name, by calling the default constructor.
5.Get non Package Qualified Name
6.Returns the name of a class without the package name
7.Returns the package portion of the specified class
8.Format a string buffer containing the Class, Interfaces, CodeSource, and ClassLoader information for the given object clazz.
9.Create a unique hash for Constructor and method