Java Tutorial Class

Get

  1. Check if a class implements Serializable in Java
  2. Check if a member is inheritable in Java
  3. Check to if a class is a primitive data types in Java
  4. Check to see if a class is assignable to a number in Java
  5. Fetch nested class info from a Class object in Java
  6. Find out the modifier on a Class in Java
  7. Get immediate superclass info in Java
  8. Get parent class for a method in Java
  9. Load the class source location from Class.getResource() in Java

Check

  1. Check the class version by readin first int from a class file in Java

Name

  1. Check whether the specified class contains a field matching the specified name in Java
  2. Get Canonical Name for a java.lang.String in Java
  3. Get class name for various object in Java
  4. Get super class and all its declared methods in Java
  5. Get the class from its full qualified name in Java
  6. Get the class name of a primitive type in Java
  7. Get the class name with or without the package in Java
  8. Get the fully-qualified name of a class in Java
  9. Get the fully-qualified name of a inner class in Java
  10. Get the unqualified name of a class in Java
  11. Use Class.forName to load your own class in Java

Loader

  1. Design your own class loader in Java
  2. Detect if a class is available in Java

Load

  1. Dynamically Reloading a Modified Class in Java

Create

  1. Get class from an object in Java
  2. Get super class of an object in Java
  3. Get the class from a string in Java
  4. Get the class from an object in Java
  5. Get the class from .class in Java
  6. Obtain instances of java.lang.Class in Java

Parent

  1. Verify that Super class of Object is null in Java
  2. Verify that the superclass of primitive types is always null in Java




















Home »
  Java Tutorial »
    Reflection »




Annotation
Array
Class
Constructor
Field
Generics
Interface
Method
Modifier
Package
Proxy