Home
|
Tech FAQ
|
Interview Questions
|
Placement Papers
|
Tech Articles
|
Learn
|
Freelance Projects
|
Online Testing
|
Geeks Talk
|
Job Postings
 |
Knowledge Base
 |
Site Search
|
Add/Ask Question
GeekInterview.com
>
Tech FAQs
>
OOPS
Print
|
Question
:
Which class is not inherited from object class?
February 02, 2007 00:46:18
#5
pramod
Member Since: Visitor Total Comments: N/A
RE: Which class is not inherited from object class?
Object class is the super class of all classes. So in Java there is no other class which is the super class of another class.
Back To Question