0 votes
in JAVA by
Which class is the superclass for all the classes?

2 Answers

0 votes
by

The object class is the superclass of all other classes in Java.

0 votes
by

The superclass for all the classes is the Object class.

Related questions

+1 vote
asked May 6, 2021 in JAVA by SakshiSharma
+2 votes
asked May 24, 2019 in JAVA by rajeshsharma
...