Q. What is the significance of using instanceOf operator and getClass() in equals method? (A) InstanceOf can return true for comparing current class with its subclass as well (B) getClass() can return true only if exactly same class is compared (C) getClass() can return false when compared with subclass (D) All of the above ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) All of the above