December 1999
Intermediate to advanced
816 pages
20h 27m
English
public abstract interface Member
This interface provides a mechanism for identifying information about a specific field (data member) method or constructor.
static int DECLARED static int PUBLIC
Class getDeclaringClass() int getModifiers() String getName()
public class AccessibleObject
extends Object

The AccessibleObject class is the base class for the Field, Constructor, and Method classes. It permits a program to set a flag to modify the accessibility of an object's data members, constructors, and methods from the default provided by the access control ...
Read now
Unlock full access