Home
Java Tutorial
Language
Data Type
Operators
Statement Control
Class Definition
Development
Reflection
Regular Expressions
Collections
Thread
File
Generics
I18N
Swing
Swing Event
2D Graphics
SWT
SWT 2D Graphics
Network
Database
Hibernate
JPA
JSP
JSTL
Servlet
Web Services SOA
EJB3
Spring
PDF
Email
J2ME
J2EE Application
XML
Design Pattern
Log
Security
Apache Common
Ant
JUnit
Super Class « Reflection « Java Tutorial
Java Tutorial
Reflection
Super Class
7.13.Super Class
7.13.1.
Get super class of an object
7.13.2.
Superclass of Object is null
7.13.3.
Get all methods including the inherited method. Using the getMethods(), we can only access public methods.
7.13.4.
The superclass of primitive types is always null
7.13.5.
Getting the Superclass of an Object
7.13.6.
Is Inheritable