Javatpoint Logo
Javatpoint Logo

Java Class getSuperClass() Method

The getSuperClass() method of java Class class gets the superclass of this class. If no superclass exists then null is returned.

Syntax

Parameter

NA

Returns

Immediate superclass of the class

Throws

NA

Example 1

Test it Now

Output:

objsup1 is object of type = ClassgetSuperClassExample1
super class of objsup1 = java.lang.Object

Example 2

Test it Now

Output:

objsup1 is object of type = Basecls
super class of objsup1 = Supercls

Next TopicJava Class





Youtube For Videos Join Our Youtube Channel: Join Now

Feedback


Help Others, Please Share

facebook twitter pinterest

Learn Latest Tutorials


Preparation


Trending Technologies


B.Tech / MCA