What is the purpose of the 'super()' constructor in Java?
A. Invoke the superclass constructor
B. Refer to the parent class
C. Invoke the subclass constructor
D. Create a superclass instance
'super()' is used to invoke the superclass constructor in Java.