A constructor is a method that gets called automatically whenever an object is created, for example with the new operator.
Answer: True. The constructor is used to initialize an object and it gets called whenever a new object is created from a particular class.