Interface « Reflection « Java






1.Class Reflection: is it an interfaceClass Reflection: is it an interface
2.Class Reflection: implemented interfaces
3.Determining If a Class Object Represents a Class or Interface
4.The superclass of interfaces is always null
5.Listing the Interfaces That a Class Implements
6.The interfaces for a primitive type is an empty array
7.Get Super Interfaces
8.Listing the Interfaces That an Interface Extends
9.Returns true if type is implementing Map








10.Search over classpath retrieving classes that implement a certain interface
11.Returns true if a class implements Serializable and false otherwise.