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