• Home
  • Java Tutorial
  • Language
  • Data Type
  • Operators
  • Statement Control
  • Class Definition
  • Development
  • Reflection
  • Regular Expressions
  • Collections
  • Thread
  • File
  • Generics
  • I18N
  • Swing
  • Swing Event
  • 2D Graphics
  • SWT
  • SWT 2D Graphics
  • Network
  • Database
  • Hibernate
  • JPA
  • JSP
  • JSTL
  • Servlet
  • Web Services SOA
  • EJB3
  • Spring
  • PDF
  • Email
  • J2ME
  • J2EE Application
  • XML
  • Design Pattern
  • Log
  • Security
  • Apache Common
  • Ant
  • JUnit

Interface « Reflection « Java Tutorial






  1. Java Tutorial
  2. Reflection
  3. Interface
7.2.Interface
7.2.1.The superclass of interfaces is always null
7.2.2.Listing the Interfaces That an Interface Extends
7.2.3.Checking whether String is an interface or class
7.2.4.If a class object is an interface or a class
7.2.5.Listing the Interfaces That a Class Implements
7.2.6.Although the type of o2 is an interface, getSuperclass() returns the object's superclass
7.2.7.The interfaces for a primitive type is an empty array
7.2.8.Return Returns true if type is implementing Map
7.2.9.Returns true if a class implements Serializable and false otherwise.








7.2.10.Get Super Interfaces
7.2.11.Get all interface and object classes that are generalizations of the provided class

java2s.com  | © Demo Source and Support. All rights reserved.