Class Format (8-9)
8. The superclass field, which contains where the class info of the parent class is located in the constant pool. If it’s 0, then this class is java.lang.Object.
9-10. The interfaces field, which contains how many interfaces are implemented by this class and their position in the constant pool.