Super class of all Classes

Can any one tell me a class name which is not inherited from Object as we know that all class inherited from Object class.
[129 byte] By [Partha_Olimmsa] at [2007-11-26 15:14:17]
# 1
?
karma-9a at 2007-7-8 9:05:50 > top of Java-index,Java Essentials,New To Java...
# 2
yep, this is indeed one of the stupidist questions ever as even the op himself alludes to the flaw.but i'm going to say 'Object' is not inherited from Object.what do i win?
shoopy.a at 2007-7-8 9:05:50 > top of Java-index,Java Essentials,New To Java...
# 3
Um? Are not Classes Extentions (Extends) of Object not inherited?
benc3a at 2007-7-8 9:05:50 > top of Java-index,Java Essentials,New To Java...
# 4
> Um? > Are not Classes Extentions (Extends) of Object not> inherited?What?
kajbja at 2007-7-8 9:05:50 > top of Java-index,Java Essentials,New To Java...
# 5
Class Evaluator; I've written it myself and it definitely doesn't extendthe Object class because I implemented it using C++. Satisfied?kind regards,Jos
JosAHa at 2007-7-8 9:05:50 > top of Java-index,Java Essentials,New To Java...