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
Class Method Field Name « Reflection « Java
Java
Reflection
Class Method Field Name
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