Home
Java
2D Graphics GUI
3D
Advanced Graphics
Ant
Apache Common
Chart
Class
Collections Data Structure
Data Type
Database SQL JDBC
Design Pattern
Development Class
EJB3
Email
Event
File Input Output
Game
Generics
GWT
Hibernate
I18N
J2EE
J2ME
JavaFX
JDK 6
JDK 7
JNDI LDAP
JPA
JSP
JSTL
Language Basics
Network Protocol
PDF RTF
Reflection
Regular Expressions
Scripting
Security
Servlets
Spring
Swing Components
Swing JFC
SWT JFace Eclipse
Threads
Tiny Application
Velocity
Web Services SOA
XML
Interface « Reflection « Java
Java
Reflection
Interface
1.
Class 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.