Multiple choice From which class are all the other classes derived in Java? java.lang.Class java.util.Name java.lang.Object java.awt.Window java.dll.obj Reveal answer Fill a bubble to check yourself C Correct answer Explanation The java.lang.Object class is the root of the class hierarchy. Every class has Object as a superclass. All objects, including arrays, implement the methods of this class.