Are there any classes that don\'t inherit Object as SuperClass or maybe have become Obsolete/deprecated?
Are there any classes that don't inherit Object as SuperClass
There is exactly one of those, and it is java.lang.Object itself. Also all interfaces.
java.lang.Object
or maybe have become Obsolete/deprecated?
There are plenty of those. See the Javadoc.