Here we show you
the way to
find out the Superclass name by using the
getSuperclass() method. The given example demonstrates
the use of getSuperclass() method in more detail.
Create a class "Fsupercls". Populate
it with the Checkbox objects. Now retrieve the
Superclass name by using the getSuperclass() method.
Here is the code of the Example :
Fsupercls.java:
import java.lang.reflect.*;
|
Here is the output of the Example :
| C:\roseindia>javac Fsupercls.java C:\roseindia>java Fsupercls class java.awt.Component |
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
Ask Questions? Discuss: Finding out the super class name of the class
Post your Comment