Which of the following is incorrect?
◦ A constructor invokes its superclass no-arg constructor by default if a constructor does not invoke an overloaded constructor or its superclass's constructor.
◦ A constructor may be private.
◦ A constructor may be static.
◦ A constructor may invoke an overloaded constructor.
◦ A constructor may invoke a static method.