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.

...