Java Tutorial Class
Get
- Check if a class implements Serializable in Java
- Check if a member is inheritable in Java
- Check to if a class is a primitive data types in Java
- Check to see if a class is assignable to a number in Java
- Fetch nested class info from a Class object in Java
- Find out the modifier on a Class in Java
- Get immediate superclass info in Java
- Get parent class for a method in Java
- Load the class source location from Class.getResource() in Java
Check
Name
- Check whether the specified class contains a field matching the specified name in Java
- Get Canonical Name for a java.lang.String in Java
- Get class name for various object in Java
- Get super class and all its declared methods in Java
- Get the class from its full qualified name in Java
- Get the class name of a primitive type in Java
- Get the class name with or without the package in Java
- Get the fully-qualified name of a class in Java
- Get the fully-qualified name of a inner class in Java
- Get the unqualified name of a class in Java
- Use Class.forName to load your own class in Java
Loader
Load
Create
- Get class from an object in Java
- Get super class of an object in Java
- Get the class from a string in Java
- Get the class from an object in Java
- Get the class from .class in Java
- Obtain instances of java.lang.Class in Java
Parent
- Verify that Super class of Object is null in Java
- Verify that the superclass of primitive types is always null in Java