class level information of stored java class accessible to the user
Columns ___________________________ OWNER owner of the java class NAME name of the java class MAJOR the major version number of the java class as defined in JVM specification MINOR the minor version number of the java class as defined in JVM specification ALL_JAVA_CLASSES ACCESSIBILITY the accessiblity of the java class IS_INNER is this java class an inner class IS_ABSTRACT is this an abstract class? IS_FINAL is this an final class? IS_DEBUG does this class contain debug information? SOURCE source designation of the java class SUPER super class of this java class OUTER outer class of this java class if this java class is an inner class