Q. In Java, what is the purpose of the "super" keyword in a constructor? (A) To call the superclass constructor (B) To create a new object (C) To access a static method (D) To indicate a private method ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) To call the superclass constructor