Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
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
Object « Reflection « Java
Java
Reflection
Object
1.
Create an object from a string
2.
Determine the Superclass of an Object
3.
Obtain from where a Class is loaded
4.
Find the Package of an Object
5.
Get the class By way of an object
6.
Get the fully-qualified name of a class
7.
Get the fully-qualified name of a inner class
8.
Get the unqualified name of a class
9.
Get the name of a primitive type
10.
Get the name of an array
11.
Get the name of void
12.
Getting the Superclass of a Class Object
13.
For the primitive tipe the interface will be an empty array
14.
If a class object is an interface or a class
15.
Using Reflection to browse a java class
16.
Instantiate unknown class at runtime and call the object's methods