What is the primary purpose of a constructor in a Java class?
To initialize objects.
To declare variables.
To create methods.
To return values.