Multiple choice technology programming languages What is the super calss of class? Nothing Class object class calss reference Reveal answer Fill a bubble to check yourself B Correct answer Explanation In Java, every class implicitly extends java.lang.Object. Therefore, the superclass of Class is Object. The option text 'Class object' refers to the Object class, which is the root of the class hierarchy.