Which of the following are true? (Select multiple)

A) The Class class is the superclass of the Object class.
B) The Object class is final.
C) The Class class can be used to load other classes.
D) The ClassLoader class can be used to load other classes.

Showing Answers 1 - 1 of 1 Answers

ALOK SHARMA

  • Aug 18th, 2006
 

THE OBJECT CLASS IS THE FINAL CLASS BECAUSE IT IS USED IN CREATING AN INSTANCE OF THE CLASS class so the object class is the super class in the class hierarchy so all the classes declared in the base class hierarchy is alsothe the child class of the object class so object is the the functional base in the class hierarcht it can be thinked of as istantiative block in java class

class hierarchy.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions